Shades of Pear #CBEE1C
Tints of Pear #CBEE1C
RGB
CMYK
RGB Variations
Color information
#CBEE1C (or 0xCBEE1C) is known color: Pear. HEX triplet: CB, EE and 1C. RGB value is (203,238,28). Sum of RGB (Red+Green+Blue) = 203+238+28=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEE1C is #3411E3. Grayscale: #CCCCCC. Windows color (decimal): -3412452 or 1896139. OLE color: 1896139.
HSL color Cylindrical-coordinate representation of color #CBEE1C: hue angle of 70º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBEE1C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.07 |
| HSL | 70º | 0.86% | 0.52% | - |
| HSV(B) | 70º | 0.88% | 0.93% | - |
| XYZ | 55.41 | 73.93 | 12.45 | - |
| YUV | 203.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 28 | 0.15 | 0 | 0.88 | 0.07 | 70 | 0.86 | 0.52 |
| Hex | CB | EE | 1C | F | 0 | 58 | 7 | 46 | 56 | 34 |
| Octal | 313 | 356 | 34 | 17 | 0 | 130 | 7 | 106 | 126 | 64 |
| Binary | 11001011 | 11101110 | 11100 | 1111 | 0 | 1011000 | 111 | 1000110 | 1010110 | 110100 |
Color Harmonies of #CBEE1C
Complementary color
Monochromatic Colors of #CBEE1C
Black with #CBEE1C
Text Example
Text Example
White with #CBEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE1C; }
p { color: rgb(203,238,28); }
H1.HeaderClassName
{
color: #CBEE1C;
}
.AnyTagClassName
{
color: #CBEE1C;
}
</style>
background-color css
<style>
a { background-color: #CBEE1C; }
a { background-color: rgb(203,238,28); }
div.DivClassName
{
background-color: #CBEE1C;
}
.BgClassName
{
background-color: #CBEE1C;
}
</style>
border-color css
<style>
span { border-color: #CBEE1C; }
span { border-color: rgb(203,238,28); }
td.TdClassName
{
border-color: #CBEE1C;
}
.TagClassName
{
border-color: #CBEE1C;
}
</style>