Shades of Pear #CEEF3A
Tints of Pear #CEEF3A
RGB
CMYK
RGB Variations
Color information
#CEEF3A (or 0xCEEF3A) is known color: Pear. HEX triplet: CE, EF and 3A. RGB value is (206,239,58). Sum of RGB (Red+Green+Blue) = 206+239+58=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF3A is #3110C5. Grayscale: #D1D1D1. Windows color (decimal): -3215558 or 3862478. OLE color: 3862478.
HSL color Cylindrical-coordinate representation of color #CEEF3A: hue angle of 70.94º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEEF3A is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 58 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.06 |
| HSL | 70.94º | 0.85% | 0.58% | - |
| HSV(B) | 70.94º | 0.76% | 0.94% | - |
| XYZ | 57.08 | 75.16 | 15.5 | - |
| YUV | 208.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 58 | 0.14 | 0 | 0.76 | 0.06 | 70.94 | 0.85 | 0.58 |
| Hex | CE | EF | 3A | E | 0 | 4C | 6 | 47 | 55 | 3A |
| Octal | 316 | 357 | 72 | 16 | 0 | 114 | 6 | 107 | 125 | 72 |
| Binary | 11001110 | 11101111 | 111010 | 1110 | 0 | 1001100 | 110 | 1000111 | 1010101 | 111010 |
Color Harmonies of #CEEF3A
Complementary color
Monochromatic Colors of #CEEF3A
Black with #CEEF3A
Text Example
Text Example
White with #CEEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEF3A; }
p { color: rgb(206,239,58); }
H1.HeaderClassName
{
color: #CEEF3A;
}
.AnyTagClassName
{
color: #CEEF3A;
}
</style>
background-color css
<style>
a { background-color: #CEEF3A; }
a { background-color: rgb(206,239,58); }
div.DivClassName
{
background-color: #CEEF3A;
}
.BgClassName
{
background-color: #CEEF3A;
}
</style>
border-color css
<style>
span { border-color: #CEEF3A; }
span { border-color: rgb(206,239,58); }
td.TdClassName
{
border-color: #CEEF3A;
}
.TagClassName
{
border-color: #CEEF3A;
}
</style>