Shades of Pear #CEEE4A
Tints of Pear #CEEE4A
RGB
CMYK
RGB Variations
Color information
#CEEE4A (or 0xCEEE4A) is known color: Pear. HEX triplet: CE, EE and 4A. RGB value is (206,238,74). Sum of RGB (Red+Green+Blue) = 206+238+74=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE4A is #3111B5. Grayscale: #D2D2D2. Windows color (decimal): -3215798 or 4910798. OLE color: 4910798.
HSL color Cylindrical-coordinate representation of color #CEEE4A: hue angle of 71.71º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEEE4A is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 74 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.07 |
| HSL | 71.71º | 0.83% | 0.61% | - |
| HSV(B) | 71.71º | 0.69% | 0.93% | - |
| XYZ | 57.26 | 74.77 | 17.89 | - |
| YUV | 209.74 | 51.4 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 74 | 0.13 | 0 | 0.69 | 0.07 | 71.71 | 0.83 | 0.61 |
| Hex | CE | EE | 4A | D | 0 | 45 | 7 | 48 | 53 | 3D |
| Octal | 316 | 356 | 112 | 15 | 0 | 105 | 7 | 110 | 123 | 75 |
| Binary | 11001110 | 11101110 | 1001010 | 1101 | 0 | 1000101 | 111 | 1001000 | 1010011 | 111101 |
Color Harmonies of #CEEE4A
Complementary color
Monochromatic Colors of #CEEE4A
Black with #CEEE4A
Text Example
Text Example
White with #CEEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE4A; }
p { color: rgb(206,238,74); }
H1.HeaderClassName
{
color: #CEEE4A;
}
.AnyTagClassName
{
color: #CEEE4A;
}
</style>
background-color css
<style>
a { background-color: #CEEE4A; }
a { background-color: rgb(206,238,74); }
div.DivClassName
{
background-color: #CEEE4A;
}
.BgClassName
{
background-color: #CEEE4A;
}
</style>
border-color css
<style>
span { border-color: #CEEE4A; }
span { border-color: rgb(206,238,74); }
td.TdClassName
{
border-color: #CEEE4A;
}
.TagClassName
{
border-color: #CEEE4A;
}
</style>