Shades of Pear #CBE422
Tints of Pear #CBE422
RGB
CMYK
RGB Variations
Color information
#CBE422 (or 0xCBE422) is known color: Pear. HEX triplet: CB, E4 and 22. RGB value is (203,228,34). Sum of RGB (Red+Green+Blue) = 203+228+34=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE422 is #341BDD. Grayscale: #C7C7C7. Windows color (decimal): -3415006 or 2286795. OLE color: 2286795.
HSL color Cylindrical-coordinate representation of color #CBE422: hue angle of 67.73º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBE422 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 34 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.73º | 0.78% | 0.51% | - |
| HSV(B) | 67.73º | 0.85% | 0.89% | - |
| XYZ | 52.66 | 68.3 | 11.92 | - |
| YUV | 198.41 | 35.22 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 34 | 0.11 | 0 | 0.85 | 0.11 | 67.73 | 0.78 | 0.51 |
| Hex | CB | E4 | 22 | B | 0 | 55 | B | 44 | 4E | 33 |
| Octal | 313 | 344 | 42 | 13 | 0 | 125 | 13 | 104 | 116 | 63 |
| Binary | 11001011 | 11100100 | 100010 | 1011 | 0 | 1010101 | 1011 | 1000100 | 1001110 | 110011 |
Color Harmonies of #CBE422
Complementary color
Monochromatic Colors of #CBE422
Black with #CBE422
Text Example
Text Example
White with #CBE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE422; }
p { color: rgb(203,228,34); }
H1.HeaderClassName
{
color: #CBE422;
}
.AnyTagClassName
{
color: #CBE422;
}
</style>
background-color css
<style>
a { background-color: #CBE422; }
a { background-color: rgb(203,228,34); }
div.DivClassName
{
background-color: #CBE422;
}
.BgClassName
{
background-color: #CBE422;
}
</style>
border-color css
<style>
span { border-color: #CBE422; }
span { border-color: rgb(203,228,34); }
td.TdClassName
{
border-color: #CBE422;
}
.TagClassName
{
border-color: #CBE422;
}
</style>