Shades of Pear #CBE122
Tints of Pear #CBE122
RGB
CMYK
RGB Variations
Color information
#CBE122 (or 0xCBE122) is known color: Pear. HEX triplet: CB, E1 and 22. RGB value is (203,225,34). Sum of RGB (Red+Green+Blue) = 203+225+34=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE122 is #341EDD. Grayscale: #C5C5C5. Windows color (decimal): -3415774 or 2286027. OLE color: 2286027.
HSL color Cylindrical-coordinate representation of color #CBE122: hue angle of 66.91º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBE122 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 34 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.12 |
| HSL | 66.91º | 0.76% | 0.51% | - |
| HSV(B) | 66.91º | 0.85% | 0.88% | - |
| XYZ | 51.84 | 66.66 | 11.65 | - |
| YUV | 196.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 34 | 0.10 | 0 | 0.85 | 0.12 | 66.91 | 0.76 | 0.51 |
| Hex | CB | E1 | 22 | A | 0 | 55 | C | 43 | 4C | 33 |
| Octal | 313 | 341 | 42 | 12 | 0 | 125 | 14 | 103 | 114 | 63 |
| Binary | 11001011 | 11100001 | 100010 | 1010 | 0 | 1010101 | 1100 | 1000011 | 1001100 | 110011 |
Color Harmonies of #CBE122
Complementary color
Monochromatic Colors of #CBE122
Black with #CBE122
Text Example
Text Example
White with #CBE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE122; }
p { color: rgb(203,225,34); }
H1.HeaderClassName
{
color: #CBE122;
}
.AnyTagClassName
{
color: #CBE122;
}
</style>
background-color css
<style>
a { background-color: #CBE122; }
a { background-color: rgb(203,225,34); }
div.DivClassName
{
background-color: #CBE122;
}
.BgClassName
{
background-color: #CBE122;
}
</style>
border-color css
<style>
span { border-color: #CBE122; }
span { border-color: rgb(203,225,34); }
td.TdClassName
{
border-color: #CBE122;
}
.TagClassName
{
border-color: #CBE122;
}
</style>