Shades of Pear #CEE31F
Tints of Pear #CEE31F
RGB
CMYK
RGB Variations
Color information
#CEE31F (or 0xCEE31F) is known color: Pear. HEX triplet: CE, E3 and 1F. RGB value is (206,227,31). Sum of RGB (Red+Green+Blue) = 206+227+31=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE31F is #311CE0. Grayscale: #C7C7C7. Windows color (decimal): -3218657 or 2089934. OLE color: 2089934.
HSL color Cylindrical-coordinate representation of color #CEE31F: hue angle of 66.43º 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 #CEE31F is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 31 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.11 |
| HSL | 66.43º | 0.78% | 0.51% | - |
| HSV(B) | 66.43º | 0.86% | 0.89% | - |
| XYZ | 53.17 | 68.16 | 11.65 | - |
| YUV | 198.38 | 33.54 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 31 | 0.09 | 0 | 0.86 | 0.11 | 66.43 | 0.78 | 0.51 |
| Hex | CE | E3 | 1F | 9 | 0 | 56 | B | 42 | 4E | 33 |
| Octal | 316 | 343 | 37 | 11 | 0 | 126 | 13 | 102 | 116 | 63 |
| Binary | 11001110 | 11100011 | 11111 | 1001 | 0 | 1010110 | 1011 | 1000010 | 1001110 | 110011 |
Color Harmonies of #CEE31F
Complementary color
Monochromatic Colors of #CEE31F
Black with #CEE31F
Text Example
Text Example
White with #CEE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE31F; }
p { color: rgb(206,227,31); }
H1.HeaderClassName
{
color: #CEE31F;
}
.AnyTagClassName
{
color: #CEE31F;
}
</style>
background-color css
<style>
a { background-color: #CEE31F; }
a { background-color: rgb(206,227,31); }
div.DivClassName
{
background-color: #CEE31F;
}
.BgClassName
{
background-color: #CEE31F;
}
</style>
border-color css
<style>
span { border-color: #CEE31F; }
span { border-color: rgb(206,227,31); }
td.TdClassName
{
border-color: #CEE31F;
}
.TagClassName
{
border-color: #CEE31F;
}
</style>