Shades of Pear #CBE821
Tints of Pear #CBE821
RGB
CMYK
RGB Variations
Color information
#CBE821 (or 0xCBE821) is known color: Pear. HEX triplet: CB, E8 and 21. RGB value is (203,232,33). Sum of RGB (Red+Green+Blue) = 203+232+33=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE821 is #3417DE. Grayscale: #C9C9C9. Windows color (decimal): -3413983 or 2222283. OLE color: 2222283.
HSL color Cylindrical-coordinate representation of color #CBE821: hue angle of 68.74º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE821 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 33 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.09 |
| HSL | 68.74º | 0.81% | 0.52% | - |
| HSV(B) | 68.74º | 0.86% | 0.91% | - |
| XYZ | 53.76 | 70.52 | 12.22 | - |
| YUV | 200.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 33 | 0.12 | 0 | 0.86 | 0.09 | 68.74 | 0.81 | 0.52 |
| Hex | CB | E8 | 21 | C | 0 | 56 | 9 | 45 | 51 | 34 |
| Octal | 313 | 350 | 41 | 14 | 0 | 126 | 11 | 105 | 121 | 64 |
| Binary | 11001011 | 11101000 | 100001 | 1100 | 0 | 1010110 | 1001 | 1000101 | 1010001 | 110100 |
Color Harmonies of #CBE821
Complementary color
Monochromatic Colors of #CBE821
Black with #CBE821
Text Example
Text Example
White with #CBE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE821; }
p { color: rgb(203,232,33); }
H1.HeaderClassName
{
color: #CBE821;
}
.AnyTagClassName
{
color: #CBE821;
}
</style>
background-color css
<style>
a { background-color: #CBE821; }
a { background-color: rgb(203,232,33); }
div.DivClassName
{
background-color: #CBE821;
}
.BgClassName
{
background-color: #CBE821;
}
</style>
border-color css
<style>
span { border-color: #CBE821; }
span { border-color: rgb(203,232,33); }
td.TdClassName
{
border-color: #CBE821;
}
.TagClassName
{
border-color: #CBE821;
}
</style>