Shades of Pear #CEE522
Tints of Pear #CEE522
RGB
CMYK
RGB Variations
Color information
#CEE522 (or 0xCEE522) is known color: Pear. HEX triplet: CE, E5 and 22. RGB value is (206,229,34). Sum of RGB (Red+Green+Blue) = 206+229+34=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE522 is #311ADD. Grayscale: #C8C8C8. Windows color (decimal): -3218142 or 2287054. OLE color: 2287054.
HSL color Cylindrical-coordinate representation of color #CEE522: hue angle of 67.08º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEE522 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 34 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.10 |
| HSL | 67.08º | 0.79% | 0.52% | - |
| HSV(B) | 67.08º | 0.85% | 0.9% | - |
| XYZ | 53.76 | 69.28 | 12.05 | - |
| YUV | 199.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 34 | 0.10 | 0 | 0.85 | 0.10 | 67.08 | 0.79 | 0.52 |
| Hex | CE | E5 | 22 | A | 0 | 55 | A | 43 | 4F | 34 |
| Octal | 316 | 345 | 42 | 12 | 0 | 125 | 12 | 103 | 117 | 64 |
| Binary | 11001110 | 11100101 | 100010 | 1010 | 0 | 1010101 | 1010 | 1000011 | 1001111 | 110100 |
Color Harmonies of #CEE522
Complementary color
Monochromatic Colors of #CEE522
Black with #CEE522
Text Example
Text Example
White with #CEE522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE522; }
p { color: rgb(206,229,34); }
H1.HeaderClassName
{
color: #CEE522;
}
.AnyTagClassName
{
color: #CEE522;
}
</style>
background-color css
<style>
a { background-color: #CEE522; }
a { background-color: rgb(206,229,34); }
div.DivClassName
{
background-color: #CEE522;
}
.BgClassName
{
background-color: #CEE522;
}
</style>
border-color css
<style>
span { border-color: #CEE522; }
span { border-color: rgb(206,229,34); }
td.TdClassName
{
border-color: #CEE522;
}
.TagClassName
{
border-color: #CEE522;
}
</style>