Shades of Pear #CEF42F
Tints of Pear #CEF42F
RGB
CMYK
RGB Variations
Color information
#CEF42F (or 0xCEF42F) is known color: Pear. HEX triplet: CE, F4 and 2F. RGB value is (206,244,47). Sum of RGB (Red+Green+Blue) = 206+244+47=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF42F is #310BD0. Grayscale: #D2D2D2. Windows color (decimal): -3214289 or 3142862. OLE color: 3142862.
HSL color Cylindrical-coordinate representation of color #CEF42F: hue angle of 71.57º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF42F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 71.57º | 0.9% | 0.57% | - |
| HSV(B) | 71.57º | 0.81% | 0.96% | - |
| XYZ | 58.32 | 78.03 | 14.68 | - |
| YUV | 210.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 47 | 0.16 | 0 | 0.81 | 0.04 | 71.57 | 0.9 | 0.57 |
| Hex | CE | F4 | 2F | 10 | 0 | 51 | 4 | 48 | 5A | 39 |
| Octal | 316 | 364 | 57 | 20 | 0 | 121 | 4 | 110 | 132 | 71 |
| Binary | 11001110 | 11110100 | 101111 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011010 | 111001 |
Color Harmonies of #CEF42F
Complementary color
Monochromatic Colors of #CEF42F
Black with #CEF42F
Text Example
Text Example
White with #CEF42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF42F; }
p { color: rgb(206,244,47); }
H1.HeaderClassName
{
color: #CEF42F;
}
.AnyTagClassName
{
color: #CEF42F;
}
</style>
background-color css
<style>
a { background-color: #CEF42F; }
a { background-color: rgb(206,244,47); }
div.DivClassName
{
background-color: #CEF42F;
}
.BgClassName
{
background-color: #CEF42F;
}
</style>
border-color css
<style>
span { border-color: #CEF42F; }
span { border-color: rgb(206,244,47); }
td.TdClassName
{
border-color: #CEF42F;
}
.TagClassName
{
border-color: #CEF42F;
}
</style>