Shades of Pear #CEEE4C
Tints of Pear #CEEE4C
RGB
CMYK
RGB Variations
Color information
#CEEE4C (or 0xCEEE4C) is known color: Pear. HEX triplet: CE, EE and 4C. RGB value is (206,238,76). Sum of RGB (Red+Green+Blue) = 206+238+76=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE4C is #3111B3. Grayscale: #D2D2D2. Windows color (decimal): -3215796 or 5041870. OLE color: 5041870.
HSL color Cylindrical-coordinate representation of color #CEEE4C: hue angle of 71.85º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEEE4C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 76 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.07 |
| HSL | 71.85º | 0.83% | 0.62% | - |
| HSV(B) | 71.85º | 0.68% | 0.93% | - |
| XYZ | 57.33 | 74.79 | 18.25 | - |
| YUV | 209.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 76 | 0.13 | 0 | 0.68 | 0.07 | 71.85 | 0.83 | 0.62 |
| Hex | CE | EE | 4C | D | 0 | 44 | 7 | 48 | 53 | 3E |
| Octal | 316 | 356 | 114 | 15 | 0 | 104 | 7 | 110 | 123 | 76 |
| Binary | 11001110 | 11101110 | 1001100 | 1101 | 0 | 1000100 | 111 | 1001000 | 1010011 | 111110 |
Color Harmonies of #CEEE4C
Complementary color
Monochromatic Colors of #CEEE4C
Black with #CEEE4C
Text Example
Text Example
White with #CEEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE4C; }
p { color: rgb(206,238,76); }
H1.HeaderClassName
{
color: #CEEE4C;
}
.AnyTagClassName
{
color: #CEEE4C;
}
</style>
background-color css
<style>
a { background-color: #CEEE4C; }
a { background-color: rgb(206,238,76); }
div.DivClassName
{
background-color: #CEEE4C;
}
.BgClassName
{
background-color: #CEEE4C;
}
</style>
border-color css
<style>
span { border-color: #CEEE4C; }
span { border-color: rgb(206,238,76); }
td.TdClassName
{
border-color: #CEEE4C;
}
.TagClassName
{
border-color: #CEEE4C;
}
</style>