Shades of Pear #CEEF3E
Tints of Pear #CEEF3E
RGB
CMYK
RGB Variations
Color information
#CEEF3E (or 0xCEEF3E) is known color: Pear. HEX triplet: CE, EF and 3E. RGB value is (206,239,62). Sum of RGB (Red+Green+Blue) = 206+239+62=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF3E is #3110C1. Grayscale: #D1D1D1. Windows color (decimal): -3215554 or 4124622. OLE color: 4124622.
HSL color Cylindrical-coordinate representation of color #CEEF3E: hue angle of 71.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEEF3E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 62 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.06 |
| HSL | 71.19º | 0.85% | 0.59% | - |
| HSV(B) | 71.19º | 0.74% | 0.94% | - |
| XYZ | 57.19 | 75.2 | 16.06 | - |
| YUV | 208.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 62 | 0.14 | 0 | 0.74 | 0.06 | 71.19 | 0.85 | 0.59 |
| Hex | CE | EF | 3E | E | 0 | 4A | 6 | 47 | 55 | 3B |
| Octal | 316 | 357 | 76 | 16 | 0 | 112 | 6 | 107 | 125 | 73 |
| Binary | 11001110 | 11101111 | 111110 | 1110 | 0 | 1001010 | 110 | 1000111 | 1010101 | 111011 |
Color Harmonies of #CEEF3E
Complementary color
Monochromatic Colors of #CEEF3E
Black with #CEEF3E
Text Example
Text Example
White with #CEEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEF3E; }
p { color: rgb(206,239,62); }
H1.HeaderClassName
{
color: #CEEF3E;
}
.AnyTagClassName
{
color: #CEEF3E;
}
</style>
background-color css
<style>
a { background-color: #CEEF3E; }
a { background-color: rgb(206,239,62); }
div.DivClassName
{
background-color: #CEEF3E;
}
.BgClassName
{
background-color: #CEEF3E;
}
</style>
border-color css
<style>
span { border-color: #CEEF3E; }
span { border-color: rgb(206,239,62); }
td.TdClassName
{
border-color: #CEEF3E;
}
.TagClassName
{
border-color: #CEEF3E;
}
</style>