Shades of Pear #CBE921
Tints of Pear #CBE921
RGB
CMYK
RGB Variations
Color information
#CBE921 (or 0xCBE921) is known color: Pear. HEX triplet: CB, E9 and 21. RGB value is (203,233,33). Sum of RGB (Red+Green+Blue) = 203+233+33=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE921 is #3416DE. Grayscale: #CACACA. Windows color (decimal): -3413727 or 2222539. OLE color: 2222539.
HSL color Cylindrical-coordinate representation of color #CBE921: hue angle of 69º degrees, saturation: 0.82, 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 #CBE921 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 33 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.09 |
| HSL | 69º | 0.82% | 0.52% | - |
| HSV(B) | 69º | 0.86% | 0.91% | - |
| XYZ | 54.04 | 71.08 | 12.31 | - |
| YUV | 201.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 33 | 0.13 | 0 | 0.86 | 0.09 | 69 | 0.82 | 0.52 |
| Hex | CB | E9 | 21 | D | 0 | 56 | 9 | 45 | 52 | 34 |
| Octal | 313 | 351 | 41 | 15 | 0 | 126 | 11 | 105 | 122 | 64 |
| Binary | 11001011 | 11101001 | 100001 | 1101 | 0 | 1010110 | 1001 | 1000101 | 1010010 | 110100 |
Color Harmonies of #CBE921
Complementary color
Monochromatic Colors of #CBE921
Black with #CBE921
Text Example
Text Example
White with #CBE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE921; }
p { color: rgb(203,233,33); }
H1.HeaderClassName
{
color: #CBE921;
}
.AnyTagClassName
{
color: #CBE921;
}
</style>
background-color css
<style>
a { background-color: #CBE921; }
a { background-color: rgb(203,233,33); }
div.DivClassName
{
background-color: #CBE921;
}
.BgClassName
{
background-color: #CBE921;
}
</style>
border-color css
<style>
span { border-color: #CBE921; }
span { border-color: rgb(203,233,33); }
td.TdClassName
{
border-color: #CBE921;
}
.TagClassName
{
border-color: #CBE921;
}
</style>