Shades of Pear #CBE816
Tints of Pear #CBE816
RGB
CMYK
RGB Variations
Color information
#CBE816 (or 0xCBE816) is known color: Pear. HEX triplet: CB, E8 and 16. RGB value is (203,232,22). Sum of RGB (Red+Green+Blue) = 203+232+22=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE816 is #3417E9. Grayscale: #C8C8C8. Windows color (decimal): -3413994 or 1501387. OLE color: 1501387.
HSL color Cylindrical-coordinate representation of color #CBE816: hue angle of 68.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBE816 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 68.29º | 0.83% | 0.5% | - |
| HSV(B) | 68.29º | 0.91% | 0.91% | - |
| XYZ | 53.63 | 70.47 | 11.53 | - |
| YUV | 199.39 | 27.89 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 22 | 0.12 | 0 | 0.91 | 0.09 | 68.29 | 0.83 | 0.5 |
| Hex | CB | E8 | 16 | C | 0 | 5B | 9 | 44 | 53 | 32 |
| Octal | 313 | 350 | 26 | 14 | 0 | 133 | 11 | 104 | 123 | 62 |
| Binary | 11001011 | 11101000 | 10110 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CBE816
Complementary color
Monochromatic Colors of #CBE816
Black with #CBE816
Text Example
Text Example
White with #CBE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE816; }
p { color: rgb(203,232,22); }
H1.HeaderClassName
{
color: #CBE816;
}
.AnyTagClassName
{
color: #CBE816;
}
</style>
background-color css
<style>
a { background-color: #CBE816; }
a { background-color: rgb(203,232,22); }
div.DivClassName
{
background-color: #CBE816;
}
.BgClassName
{
background-color: #CBE816;
}
</style>
border-color css
<style>
span { border-color: #CBE816; }
span { border-color: rgb(203,232,22); }
td.TdClassName
{
border-color: #CBE816;
}
.TagClassName
{
border-color: #CBE816;
}
</style>