Shades of Pear #CBEC17
Tints of Pear #CBEC17
RGB
CMYK
RGB Variations
Color information
#CBEC17 (or 0xCBEC17) is known color: Pear. HEX triplet: CB, EC and 17. RGB value is (203,236,23). Sum of RGB (Red+Green+Blue) = 203+236+23=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC17 is #3413E8. Grayscale: #CACACA. Windows color (decimal): -3412969 or 1567947. OLE color: 1567947.
HSL color Cylindrical-coordinate representation of color #CBEC17: hue angle of 69.3º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBEC17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.07 |
| HSL | 69.3º | 0.85% | 0.51% | - |
| HSV(B) | 69.3º | 0.9% | 0.93% | - |
| XYZ | 54.78 | 72.75 | 11.97 | - |
| YUV | 201.85 | 27.07 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 23 | 0.14 | 0 | 0.90 | 0.07 | 69.3 | 0.85 | 0.51 |
| Hex | CB | EC | 17 | E | 0 | 5A | 7 | 45 | 55 | 33 |
| Octal | 313 | 354 | 27 | 16 | 0 | 132 | 7 | 105 | 125 | 63 |
| Binary | 11001011 | 11101100 | 10111 | 1110 | 0 | 1011010 | 111 | 1000101 | 1010101 | 110011 |
Color Harmonies of #CBEC17
Complementary color
Monochromatic Colors of #CBEC17
Black with #CBEC17
Text Example
Text Example
White with #CBEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC17; }
p { color: rgb(203,236,23); }
H1.HeaderClassName
{
color: #CBEC17;
}
.AnyTagClassName
{
color: #CBEC17;
}
</style>
background-color css
<style>
a { background-color: #CBEC17; }
a { background-color: rgb(203,236,23); }
div.DivClassName
{
background-color: #CBEC17;
}
.BgClassName
{
background-color: #CBEC17;
}
</style>
border-color css
<style>
span { border-color: #CBEC17; }
span { border-color: rgb(203,236,23); }
td.TdClassName
{
border-color: #CBEC17;
}
.TagClassName
{
border-color: #CBEC17;
}
</style>