Shades of Pear #CBED18
Tints of Pear #CBED18
RGB
CMYK
RGB Variations
Color information
#CBED18 (or 0xCBED18) is known color: Pear. HEX triplet: CB, ED and 18. RGB value is (203,237,24). Sum of RGB (Red+Green+Blue) = 203+237+24=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED18 is #3412E7. Grayscale: #CBCBCB. Windows color (decimal): -3412712 or 1633739. OLE color: 1633739.
HSL color Cylindrical-coordinate representation of color #CBED18: hue angle of 69.58º 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 #CBED18 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 24 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.07 |
| HSL | 69.58º | 0.86% | 0.51% | - |
| HSV(B) | 69.58º | 0.9% | 0.93% | - |
| XYZ | 55.08 | 73.33 | 12.12 | - |
| YUV | 202.55 | 27.24 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 24 | 0.14 | 0 | 0.90 | 0.07 | 69.58 | 0.86 | 0.51 |
| Hex | CB | ED | 18 | E | 0 | 5A | 7 | 46 | 56 | 33 |
| Octal | 313 | 355 | 30 | 16 | 0 | 132 | 7 | 106 | 126 | 63 |
| Binary | 11001011 | 11101101 | 11000 | 1110 | 0 | 1011010 | 111 | 1000110 | 1010110 | 110011 |
Color Harmonies of #CBED18
Complementary color
Monochromatic Colors of #CBED18
Black with #CBED18
Text Example
Text Example
White with #CBED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED18; }
p { color: rgb(203,237,24); }
H1.HeaderClassName
{
color: #CBED18;
}
.AnyTagClassName
{
color: #CBED18;
}
</style>
background-color css
<style>
a { background-color: #CBED18; }
a { background-color: rgb(203,237,24); }
div.DivClassName
{
background-color: #CBED18;
}
.BgClassName
{
background-color: #CBED18;
}
</style>
border-color css
<style>
span { border-color: #CBED18; }
span { border-color: rgb(203,237,24); }
td.TdClassName
{
border-color: #CBED18;
}
.TagClassName
{
border-color: #CBED18;
}
</style>