Shades of Pear #CBE42F
Tints of Pear #CBE42F
RGB
CMYK
RGB Variations
Color information
#CBE42F (or 0xCBE42F) is known color: Pear. HEX triplet: CB, E4 and 2F. RGB value is (203,228,47). Sum of RGB (Red+Green+Blue) = 203+228+47=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE42F is #341BD0. Grayscale: #C8C8C8. Windows color (decimal): -3414993 or 3138763. OLE color: 3138763.
HSL color Cylindrical-coordinate representation of color #CBE42F: hue angle of 68.29º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBE42F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 47 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.11 |
| HSL | 68.29º | 0.77% | 0.54% | - |
| HSV(B) | 68.29º | 0.79% | 0.89% | - |
| XYZ | 52.89 | 68.39 | 13.1 | - |
| YUV | 199.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 47 | 0.11 | 0 | 0.79 | 0.11 | 68.29 | 0.77 | 0.54 |
| Hex | CB | E4 | 2F | B | 0 | 4F | B | 44 | 4D | 36 |
| Octal | 313 | 344 | 57 | 13 | 0 | 117 | 13 | 104 | 115 | 66 |
| Binary | 11001011 | 11100100 | 101111 | 1011 | 0 | 1001111 | 1011 | 1000100 | 1001101 | 110110 |
Color Harmonies of #CBE42F
Complementary color
Monochromatic Colors of #CBE42F
Black with #CBE42F
Text Example
Text Example
White with #CBE42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE42F; }
p { color: rgb(203,228,47); }
H1.HeaderClassName
{
color: #CBE42F;
}
.AnyTagClassName
{
color: #CBE42F;
}
</style>
background-color css
<style>
a { background-color: #CBE42F; }
a { background-color: rgb(203,228,47); }
div.DivClassName
{
background-color: #CBE42F;
}
.BgClassName
{
background-color: #CBE42F;
}
</style>
border-color css
<style>
span { border-color: #CBE42F; }
span { border-color: rgb(203,228,47); }
td.TdClassName
{
border-color: #CBE42F;
}
.TagClassName
{
border-color: #CBE42F;
}
</style>