Shades of Pear #CEE51F
Tints of Pear #CEE51F
RGB
CMYK
RGB Variations
Color information
#CEE51F (or 0xCEE51F) is known color: Pear. HEX triplet: CE, E5 and 1F. RGB value is (206,229,31). Sum of RGB (Red+Green+Blue) = 206+229+31=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE51F is #311AE0. Grayscale: #C8C8C8. Windows color (decimal): -3218145 or 2090446. OLE color: 2090446.
HSL color Cylindrical-coordinate representation of color #CEE51F: hue angle of 66.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEE51F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.10 |
| HSL | 66.97º | 0.79% | 0.51% | - |
| HSV(B) | 66.97º | 0.86% | 0.9% | - |
| XYZ | 53.72 | 69.26 | 11.83 | - |
| YUV | 199.55 | 32.88 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 31 | 0.10 | 0 | 0.86 | 0.10 | 66.97 | 0.79 | 0.51 |
| Hex | CE | E5 | 1F | A | 0 | 56 | A | 43 | 4F | 33 |
| Octal | 316 | 345 | 37 | 12 | 0 | 126 | 12 | 103 | 117 | 63 |
| Binary | 11001110 | 11100101 | 11111 | 1010 | 0 | 1010110 | 1010 | 1000011 | 1001111 | 110011 |
Color Harmonies of #CEE51F
Complementary color
Monochromatic Colors of #CEE51F
Black with #CEE51F
Text Example
Text Example
White with #CEE51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE51F; }
p { color: rgb(206,229,31); }
H1.HeaderClassName
{
color: #CEE51F;
}
.AnyTagClassName
{
color: #CEE51F;
}
</style>
background-color css
<style>
a { background-color: #CEE51F; }
a { background-color: rgb(206,229,31); }
div.DivClassName
{
background-color: #CEE51F;
}
.BgClassName
{
background-color: #CEE51F;
}
</style>
border-color css
<style>
span { border-color: #CEE51F; }
span { border-color: rgb(206,229,31); }
td.TdClassName
{
border-color: #CEE51F;
}
.TagClassName
{
border-color: #CEE51F;
}
</style>