Shades of Pear #CEE41F
Tints of Pear #CEE41F
RGB
CMYK
RGB Variations
Color information
#CEE41F (or 0xCEE41F) is known color: Pear. HEX triplet: CE, E4 and 1F. RGB value is (206,228,31). Sum of RGB (Red+Green+Blue) = 206+228+31=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE41F is #311BE0. Grayscale: #C7C7C7. Windows color (decimal): -3218401 or 2090190. OLE color: 2090190.
HSL color Cylindrical-coordinate representation of color #CEE41F: hue angle of 66.7º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEE41F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 66.7º | 0.78% | 0.51% | - |
| HSV(B) | 66.7º | 0.86% | 0.89% | - |
| XYZ | 53.44 | 68.71 | 11.74 | - |
| YUV | 198.96 | 33.21 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 31 | 0.10 | 0 | 0.86 | 0.11 | 66.7 | 0.78 | 0.51 |
| Hex | CE | E4 | 1F | A | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 316 | 344 | 37 | 12 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001110 | 11100100 | 11111 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CEE41F
Complementary color
Monochromatic Colors of #CEE41F
Black with #CEE41F
Text Example
Text Example
White with #CEE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE41F; }
p { color: rgb(206,228,31); }
H1.HeaderClassName
{
color: #CEE41F;
}
.AnyTagClassName
{
color: #CEE41F;
}
</style>
background-color css
<style>
a { background-color: #CEE41F; }
a { background-color: rgb(206,228,31); }
div.DivClassName
{
background-color: #CEE41F;
}
.BgClassName
{
background-color: #CEE41F;
}
</style>
border-color css
<style>
span { border-color: #CEE41F; }
span { border-color: rgb(206,228,31); }
td.TdClassName
{
border-color: #CEE41F;
}
.TagClassName
{
border-color: #CEE41F;
}
</style>