Shades of Pear #CEEA3E
Tints of Pear #CEEA3E
RGB
CMYK
RGB Variations
Color information
#CEEA3E (or 0xCEEA3E) is known color: Pear. HEX triplet: CE, EA and 3E. RGB value is (206,234,62). Sum of RGB (Red+Green+Blue) = 206+234+62=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEA3E is #3115C1. Grayscale: #CECECE. Windows color (decimal): -3216834 or 4123342. OLE color: 4123342.
HSL color Cylindrical-coordinate representation of color #CEEA3E: hue angle of 69.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEEA3E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 62 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.08 |
| HSL | 69.77º | 0.8% | 0.58% | - |
| HSV(B) | 69.77º | 0.74% | 0.92% | - |
| XYZ | 55.75 | 72.32 | 15.58 | - |
| YUV | 206.02 | 46.72 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 62 | 0.12 | 0 | 0.74 | 0.08 | 69.77 | 0.8 | 0.58 |
| Hex | CE | EA | 3E | C | 0 | 4A | 8 | 46 | 50 | 3A |
| Octal | 316 | 352 | 76 | 14 | 0 | 112 | 10 | 106 | 120 | 72 |
| Binary | 11001110 | 11101010 | 111110 | 1100 | 0 | 1001010 | 1000 | 1000110 | 1010000 | 111010 |
Color Harmonies of #CEEA3E
Complementary color
Monochromatic Colors of #CEEA3E
Black with #CEEA3E
Text Example
Text Example
White with #CEEA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA3E; }
p { color: rgb(206,234,62); }
H1.HeaderClassName
{
color: #CEEA3E;
}
.AnyTagClassName
{
color: #CEEA3E;
}
</style>
background-color css
<style>
a { background-color: #CEEA3E; }
a { background-color: rgb(206,234,62); }
div.DivClassName
{
background-color: #CEEA3E;
}
.BgClassName
{
background-color: #CEEA3E;
}
</style>
border-color css
<style>
span { border-color: #CEEA3E; }
span { border-color: rgb(206,234,62); }
td.TdClassName
{
border-color: #CEEA3E;
}
.TagClassName
{
border-color: #CEEA3E;
}
</style>