Shades of Pear #CEEE1E
Tints of Pear #CEEE1E
RGB
CMYK
RGB Variations
Color information
#CEEE1E (or 0xCEEE1E) is known color: Pear. HEX triplet: CE, EE and 1E. RGB value is (206,238,30). Sum of RGB (Red+Green+Blue) = 206+238+30=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE1E is #3111E1. Grayscale: #CDCDCD. Windows color (decimal): -3215842 or 2027214. OLE color: 2027214.
HSL color Cylindrical-coordinate representation of color #CEEE1E: hue angle of 69.23º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEEE1E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.07 |
| HSL | 69.23º | 0.86% | 0.53% | - |
| HSV(B) | 69.23º | 0.87% | 0.93% | - |
| XYZ | 56.26 | 74.36 | 12.62 | - |
| YUV | 204.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 30 | 0.13 | 0 | 0.87 | 0.07 | 69.23 | 0.86 | 0.53 |
| Hex | CE | EE | 1E | D | 0 | 57 | 7 | 45 | 56 | 35 |
| Octal | 316 | 356 | 36 | 15 | 0 | 127 | 7 | 105 | 126 | 65 |
| Binary | 11001110 | 11101110 | 11110 | 1101 | 0 | 1010111 | 111 | 1000101 | 1010110 | 110101 |
Color Harmonies of #CEEE1E
Complementary color
Monochromatic Colors of #CEEE1E
Black with #CEEE1E
Text Example
Text Example
White with #CEEE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE1E; }
p { color: rgb(206,238,30); }
H1.HeaderClassName
{
color: #CEEE1E;
}
.AnyTagClassName
{
color: #CEEE1E;
}
</style>
background-color css
<style>
a { background-color: #CEEE1E; }
a { background-color: rgb(206,238,30); }
div.DivClassName
{
background-color: #CEEE1E;
}
.BgClassName
{
background-color: #CEEE1E;
}
</style>
border-color css
<style>
span { border-color: #CEEE1E; }
span { border-color: rgb(206,238,30); }
td.TdClassName
{
border-color: #CEEE1E;
}
.TagClassName
{
border-color: #CEEE1E;
}
</style>