Shades of Pear #CEE62F
Tints of Pear #CEE62F
RGB
CMYK
RGB Variations
Color information
#CEE62F (or 0xCEE62F) is known color: Pear. HEX triplet: CE, E6 and 2F. RGB value is (206,230,47). Sum of RGB (Red+Green+Blue) = 206+230+47=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE62F is #3119D0. Grayscale: #CACACA. Windows color (decimal): -3217873 or 3139278. OLE color: 3139278.
HSL color Cylindrical-coordinate representation of color #CEE62F: hue angle of 67.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEE62F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.10 |
| HSL | 67.87º | 0.79% | 0.54% | - |
| HSV(B) | 67.87º | 0.8% | 0.9% | - |
| XYZ | 54.26 | 69.92 | 13.33 | - |
| YUV | 201.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 47 | 0.10 | 0 | 0.80 | 0.10 | 67.87 | 0.79 | 0.54 |
| Hex | CE | E6 | 2F | A | 0 | 50 | A | 44 | 4F | 36 |
| Octal | 316 | 346 | 57 | 12 | 0 | 120 | 12 | 104 | 117 | 66 |
| Binary | 11001110 | 11100110 | 101111 | 1010 | 0 | 1010000 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CEE62F
Complementary color
Monochromatic Colors of #CEE62F
Black with #CEE62F
Text Example
Text Example
White with #CEE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE62F; }
p { color: rgb(206,230,47); }
H1.HeaderClassName
{
color: #CEE62F;
}
.AnyTagClassName
{
color: #CEE62F;
}
</style>
background-color css
<style>
a { background-color: #CEE62F; }
a { background-color: rgb(206,230,47); }
div.DivClassName
{
background-color: #CEE62F;
}
.BgClassName
{
background-color: #CEE62F;
}
</style>
border-color css
<style>
span { border-color: #CEE62F; }
span { border-color: rgb(206,230,47); }
td.TdClassName
{
border-color: #CEE62F;
}
.TagClassName
{
border-color: #CEE62F;
}
</style>