Shades of Pear #CBEC28
Tints of Pear #CBEC28
RGB
CMYK
RGB Variations
Color information
#CBEC28 (or 0xCBEC28) is known color: Pear. HEX triplet: CB, EC and 28. RGB value is (203,236,40). Sum of RGB (Red+Green+Blue) = 203+236+40=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC28 is #3413D7. Grayscale: #CCCCCC. Windows color (decimal): -3412952 or 2682059. OLE color: 2682059.
HSL color Cylindrical-coordinate representation of color #CBEC28: hue angle of 70.1º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBEC28 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.07 |
| HSL | 70.1º | 0.84% | 0.54% | - |
| HSV(B) | 70.1º | 0.83% | 0.93% | - |
| XYZ | 55.01 | 72.84 | 13.17 | - |
| YUV | 203.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 40 | 0.14 | 0 | 0.83 | 0.07 | 70.1 | 0.84 | 0.54 |
| Hex | CB | EC | 28 | E | 0 | 53 | 7 | 46 | 54 | 36 |
| Octal | 313 | 354 | 50 | 16 | 0 | 123 | 7 | 106 | 124 | 66 |
| Binary | 11001011 | 11101100 | 101000 | 1110 | 0 | 1010011 | 111 | 1000110 | 1010100 | 110110 |
Color Harmonies of #CBEC28
Complementary color
Monochromatic Colors of #CBEC28
Black with #CBEC28
Text Example
Text Example
White with #CBEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC28; }
p { color: rgb(203,236,40); }
H1.HeaderClassName
{
color: #CBEC28;
}
.AnyTagClassName
{
color: #CBEC28;
}
</style>
background-color css
<style>
a { background-color: #CBEC28; }
a { background-color: rgb(203,236,40); }
div.DivClassName
{
background-color: #CBEC28;
}
.BgClassName
{
background-color: #CBEC28;
}
</style>
border-color css
<style>
span { border-color: #CBEC28; }
span { border-color: rgb(203,236,40); }
td.TdClassName
{
border-color: #CBEC28;
}
.TagClassName
{
border-color: #CBEC28;
}
</style>