Shades of Pear #CBE432
Tints of Pear #CBE432
RGB
CMYK
RGB Variations
Color information
#CBE432 (or 0xCBE432) is known color: Pear. HEX triplet: CB, E4 and 32. RGB value is (203,228,50). Sum of RGB (Red+Green+Blue) = 203+228+50=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE432 is #341BCD. Grayscale: #C8C8C8. Windows color (decimal): -3414990 or 3335371. OLE color: 3335371.
HSL color Cylindrical-coordinate representation of color #CBE432: hue angle of 68.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBE432 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 50 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.11 |
| HSL | 68.43º | 0.77% | 0.55% | - |
| HSV(B) | 68.43º | 0.78% | 0.89% | - |
| XYZ | 52.95 | 68.41 | 13.43 | - |
| YUV | 200.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 50 | 0.11 | 0 | 0.78 | 0.11 | 68.43 | 0.77 | 0.55 |
| Hex | CB | E4 | 32 | B | 0 | 4E | B | 44 | 4D | 37 |
| Octal | 313 | 344 | 62 | 13 | 0 | 116 | 13 | 104 | 115 | 67 |
| Binary | 11001011 | 11100100 | 110010 | 1011 | 0 | 1001110 | 1011 | 1000100 | 1001101 | 110111 |
Color Harmonies of #CBE432
Complementary color
Monochromatic Colors of #CBE432
Black with #CBE432
Text Example
Text Example
White with #CBE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE432; }
p { color: rgb(203,228,50); }
H1.HeaderClassName
{
color: #CBE432;
}
.AnyTagClassName
{
color: #CBE432;
}
</style>
background-color css
<style>
a { background-color: #CBE432; }
a { background-color: rgb(203,228,50); }
div.DivClassName
{
background-color: #CBE432;
}
.BgClassName
{
background-color: #CBE432;
}
</style>
border-color css
<style>
span { border-color: #CBE432; }
span { border-color: rgb(203,228,50); }
td.TdClassName
{
border-color: #CBE432;
}
.TagClassName
{
border-color: #CBE432;
}
</style>