Shades of Pear #CBE222
Tints of Pear #CBE222
RGB
CMYK
RGB Variations
Color information
#CBE222 (or 0xCBE222) is known color: Pear. HEX triplet: CB, E2 and 22. RGB value is (203,226,34). Sum of RGB (Red+Green+Blue) = 203+226+34=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE222 is #341DDD. Grayscale: #C5C5C5. Windows color (decimal): -3415518 or 2286283. OLE color: 2286283.
HSL color Cylindrical-coordinate representation of color #CBE222: hue angle of 67.19º degrees, saturation: 0.77, 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 #CBE222 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 34 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.11 |
| HSL | 67.19º | 0.77% | 0.51% | - |
| HSV(B) | 67.19º | 0.85% | 0.89% | - |
| XYZ | 52.11 | 67.2 | 11.74 | - |
| YUV | 197.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 34 | 0.10 | 0 | 0.85 | 0.11 | 67.19 | 0.77 | 0.51 |
| Hex | CB | E2 | 22 | A | 0 | 55 | B | 43 | 4D | 33 |
| Octal | 313 | 342 | 42 | 12 | 0 | 125 | 13 | 103 | 115 | 63 |
| Binary | 11001011 | 11100010 | 100010 | 1010 | 0 | 1010101 | 1011 | 1000011 | 1001101 | 110011 |
Color Harmonies of #CBE222
Complementary color
Monochromatic Colors of #CBE222
Black with #CBE222
Text Example
Text Example
White with #CBE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE222; }
p { color: rgb(203,226,34); }
H1.HeaderClassName
{
color: #CBE222;
}
.AnyTagClassName
{
color: #CBE222;
}
</style>
background-color css
<style>
a { background-color: #CBE222; }
a { background-color: rgb(203,226,34); }
div.DivClassName
{
background-color: #CBE222;
}
.BgClassName
{
background-color: #CBE222;
}
</style>
border-color css
<style>
span { border-color: #CBE222; }
span { border-color: rgb(203,226,34); }
td.TdClassName
{
border-color: #CBE222;
}
.TagClassName
{
border-color: #CBE222;
}
</style>