Shades of Pear #CBED17
Tints of Pear #CBED17
RGB
CMYK
RGB Variations
Color information
#CBED17 (or 0xCBED17) is known color: Pear. HEX triplet: CB, ED and 17. RGB value is (203,237,23). Sum of RGB (Red+Green+Blue) = 203+237+23=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED17 is #3412E8. Grayscale: #CBCBCB. Windows color (decimal): -3412713 or 1568203. OLE color: 1568203.
HSL color Cylindrical-coordinate representation of color #CBED17: hue angle of 69.53º degrees, saturation: 0.86, 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 #CBED17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.07 |
| HSL | 69.53º | 0.86% | 0.51% | - |
| HSV(B) | 69.53º | 0.9% | 0.93% | - |
| XYZ | 55.07 | 73.33 | 12.06 | - |
| YUV | 202.44 | 26.74 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 23 | 0.14 | 0 | 0.90 | 0.07 | 69.53 | 0.86 | 0.51 |
| Hex | CB | ED | 17 | E | 0 | 5A | 7 | 46 | 56 | 33 |
| Octal | 313 | 355 | 27 | 16 | 0 | 132 | 7 | 106 | 126 | 63 |
| Binary | 11001011 | 11101101 | 10111 | 1110 | 0 | 1011010 | 111 | 1000110 | 1010110 | 110011 |
Color Harmonies of #CBED17
Complementary color
Monochromatic Colors of #CBED17
Black with #CBED17
Text Example
Text Example
White with #CBED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED17; }
p { color: rgb(203,237,23); }
H1.HeaderClassName
{
color: #CBED17;
}
.AnyTagClassName
{
color: #CBED17;
}
</style>
background-color css
<style>
a { background-color: #CBED17; }
a { background-color: rgb(203,237,23); }
div.DivClassName
{
background-color: #CBED17;
}
.BgClassName
{
background-color: #CBED17;
}
</style>
border-color css
<style>
span { border-color: #CBED17; }
span { border-color: rgb(203,237,23); }
td.TdClassName
{
border-color: #CBED17;
}
.TagClassName
{
border-color: #CBED17;
}
</style>