Shades of Pear #CBE918
Tints of Pear #CBE918
RGB
CMYK
RGB Variations
Color information
#CBE918 (or 0xCBE918) is known color: Pear. HEX triplet: CB, E9 and 18. RGB value is (203,233,24). Sum of RGB (Red+Green+Blue) = 203+233+24=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE918 is #3416E7. Grayscale: #C9C9C9. Windows color (decimal): -3413736 or 1632715. OLE color: 1632715.
HSL color Cylindrical-coordinate representation of color #CBE918: hue angle of 68.61º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBE918 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 24 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.09 |
| HSL | 68.61º | 0.83% | 0.5% | - |
| HSV(B) | 68.61º | 0.9% | 0.91% | - |
| XYZ | 53.93 | 71.04 | 11.73 | - |
| YUV | 200.2 | 28.56 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 24 | 0.13 | 0 | 0.90 | 0.09 | 68.61 | 0.83 | 0.5 |
| Hex | CB | E9 | 18 | D | 0 | 5A | 9 | 45 | 53 | 32 |
| Octal | 313 | 351 | 30 | 15 | 0 | 132 | 11 | 105 | 123 | 62 |
| Binary | 11001011 | 11101001 | 11000 | 1101 | 0 | 1011010 | 1001 | 1000101 | 1010011 | 110010 |
Color Harmonies of #CBE918
Complementary color
Monochromatic Colors of #CBE918
Black with #CBE918
Text Example
Text Example
White with #CBE918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE918; }
p { color: rgb(203,233,24); }
H1.HeaderClassName
{
color: #CBE918;
}
.AnyTagClassName
{
color: #CBE918;
}
</style>
background-color css
<style>
a { background-color: #CBE918; }
a { background-color: rgb(203,233,24); }
div.DivClassName
{
background-color: #CBE918;
}
.BgClassName
{
background-color: #CBE918;
}
</style>
border-color css
<style>
span { border-color: #CBE918; }
span { border-color: rgb(203,233,24); }
td.TdClassName
{
border-color: #CBE918;
}
.TagClassName
{
border-color: #CBE918;
}
</style>