Shades of Pear #CEE21D
Tints of Pear #CEE21D
RGB
CMYK
RGB Variations
Color information
#CEE21D (or 0xCEE21D) is known color: Pear. HEX triplet: CE, E2 and 1D. RGB value is (206,226,29). Sum of RGB (Red+Green+Blue) = 206+226+29=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE21D is #311DE2. Grayscale: #C6C6C6. Windows color (decimal): -3218915 or 1958606. OLE color: 1958606.
HSL color Cylindrical-coordinate representation of color #CEE21D: hue angle of 66.09º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEE21D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 29 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.11 |
| HSL | 66.09º | 0.77% | 0.5% | - |
| HSV(B) | 66.09º | 0.87% | 0.89% | - |
| XYZ | 52.87 | 67.6 | 11.42 | - |
| YUV | 197.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 29 | 0.09 | 0 | 0.87 | 0.11 | 66.09 | 0.77 | 0.5 |
| Hex | CE | E2 | 1D | 9 | 0 | 57 | B | 42 | 4D | 32 |
| Octal | 316 | 342 | 35 | 11 | 0 | 127 | 13 | 102 | 115 | 62 |
| Binary | 11001110 | 11100010 | 11101 | 1001 | 0 | 1010111 | 1011 | 1000010 | 1001101 | 110010 |
Color Harmonies of #CEE21D
Complementary color
Monochromatic Colors of #CEE21D
Black with #CEE21D
Text Example
Text Example
White with #CEE21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE21D; }
p { color: rgb(206,226,29); }
H1.HeaderClassName
{
color: #CEE21D;
}
.AnyTagClassName
{
color: #CEE21D;
}
</style>
background-color css
<style>
a { background-color: #CEE21D; }
a { background-color: rgb(206,226,29); }
div.DivClassName
{
background-color: #CEE21D;
}
.BgClassName
{
background-color: #CEE21D;
}
</style>
border-color css
<style>
span { border-color: #CEE21D; }
span { border-color: rgb(206,226,29); }
td.TdClassName
{
border-color: #CEE21D;
}
.TagClassName
{
border-color: #CEE21D;
}
</style>