Shades of Pear #CBE53B
Tints of Pear #CBE53B
RGB
CMYK
RGB Variations
Color information
#CBE53B (or 0xCBE53B) is known color: Pear. HEX triplet: CB, E5 and 3B. RGB value is (203,229,59). Sum of RGB (Red+Green+Blue) = 203+229+59=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53B is #341AC4. Grayscale: #CACACA. Windows color (decimal): -3414725 or 3925451. OLE color: 3925451.
HSL color Cylindrical-coordinate representation of color #CBE53B: hue angle of 69.18º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBE53B is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 59 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.10 |
| HSL | 69.18º | 0.77% | 0.56% | - |
| HSV(B) | 69.18º | 0.74% | 0.9% | - |
| XYZ | 53.44 | 69.05 | 14.65 | - |
| YUV | 201.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 59 | 0.11 | 0 | 0.74 | 0.10 | 69.18 | 0.77 | 0.56 |
| Hex | CB | E5 | 3B | B | 0 | 4A | A | 45 | 4D | 38 |
| Octal | 313 | 345 | 73 | 13 | 0 | 112 | 12 | 105 | 115 | 70 |
| Binary | 11001011 | 11100101 | 111011 | 1011 | 0 | 1001010 | 1010 | 1000101 | 1001101 | 111000 |
Color Harmonies of #CBE53B
Complementary color
Monochromatic Colors of #CBE53B
Black with #CBE53B
Text Example
Text Example
White with #CBE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE53B; }
p { color: rgb(203,229,59); }
H1.HeaderClassName
{
color: #CBE53B;
}
.AnyTagClassName
{
color: #CBE53B;
}
</style>
background-color css
<style>
a { background-color: #CBE53B; }
a { background-color: rgb(203,229,59); }
div.DivClassName
{
background-color: #CBE53B;
}
.BgClassName
{
background-color: #CBE53B;
}
</style>
border-color css
<style>
span { border-color: #CBE53B; }
span { border-color: rgb(203,229,59); }
td.TdClassName
{
border-color: #CBE53B;
}
.TagClassName
{
border-color: #CBE53B;
}
</style>