Shades of Pear #CEEE4E
Tints of Pear #CEEE4E
RGB
CMYK
RGB Variations
Color information
#CEEE4E (or 0xCEEE4E) is known color: Pear. HEX triplet: CE, EE and 4E. RGB value is (206,238,78). Sum of RGB (Red+Green+Blue) = 206+238+78=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE4E is #3111B1. Grayscale: #D2D2D2. Windows color (decimal): -3215794 or 5172942. OLE color: 5172942.
HSL color Cylindrical-coordinate representation of color #CEEE4E: hue angle of 72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEEE4E is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 78 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.07 |
| HSL | 72º | 0.82% | 0.62% | - |
| HSV(B) | 72º | 0.67% | 0.93% | - |
| XYZ | 57.4 | 74.82 | 18.62 | - |
| YUV | 210.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 78 | 0.13 | 0 | 0.67 | 0.07 | 72 | 0.82 | 0.62 |
| Hex | CE | EE | 4E | D | 0 | 43 | 7 | 48 | 52 | 3E |
| Octal | 316 | 356 | 116 | 15 | 0 | 103 | 7 | 110 | 122 | 76 |
| Binary | 11001110 | 11101110 | 1001110 | 1101 | 0 | 1000011 | 111 | 1001000 | 1010010 | 111110 |
Color Harmonies of #CEEE4E
Complementary color
Monochromatic Colors of #CEEE4E
Black with #CEEE4E
Text Example
Text Example
White with #CEEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE4E; }
p { color: rgb(206,238,78); }
H1.HeaderClassName
{
color: #CEEE4E;
}
.AnyTagClassName
{
color: #CEEE4E;
}
</style>
background-color css
<style>
a { background-color: #CEEE4E; }
a { background-color: rgb(206,238,78); }
div.DivClassName
{
background-color: #CEEE4E;
}
.BgClassName
{
background-color: #CEEE4E;
}
</style>
border-color css
<style>
span { border-color: #CEEE4E; }
span { border-color: rgb(206,238,78); }
td.TdClassName
{
border-color: #CEEE4E;
}
.TagClassName
{
border-color: #CEEE4E;
}
</style>