Shades of Pear #CEF44A
Tints of Pear #CEF44A
RGB
CMYK
RGB Variations
Color information
#CEF44A (or 0xCEF44A) is known color: Pear. HEX triplet: CE, F4 and 4A. RGB value is (206,244,74). Sum of RGB (Red+Green+Blue) = 206+244+74=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF44A is #310BB5. Grayscale: #D5D5D5. Windows color (decimal): -3214262 or 4912334. OLE color: 4912334.
HSL color Cylindrical-coordinate representation of color #CEF44A: hue angle of 73.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF44A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 74 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.04 |
| HSL | 73.41º | 0.89% | 0.62% | - |
| HSV(B) | 73.41º | 0.7% | 0.96% | - |
| XYZ | 59.04 | 78.32 | 18.48 | - |
| YUV | 213.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 74 | 0.16 | 0 | 0.70 | 0.04 | 73.41 | 0.89 | 0.62 |
| Hex | CE | F4 | 4A | 10 | 0 | 46 | 4 | 49 | 59 | 3E |
| Octal | 316 | 364 | 112 | 20 | 0 | 106 | 4 | 111 | 131 | 76 |
| Binary | 11001110 | 11110100 | 1001010 | 10000 | 0 | 1000110 | 100 | 1001001 | 1011001 | 111110 |
Color Harmonies of #CEF44A
Complementary color
Monochromatic Colors of #CEF44A
Black with #CEF44A
Text Example
Text Example
White with #CEF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF44A; }
p { color: rgb(206,244,74); }
H1.HeaderClassName
{
color: #CEF44A;
}
.AnyTagClassName
{
color: #CEF44A;
}
</style>
background-color css
<style>
a { background-color: #CEF44A; }
a { background-color: rgb(206,244,74); }
div.DivClassName
{
background-color: #CEF44A;
}
.BgClassName
{
background-color: #CEF44A;
}
</style>
border-color css
<style>
span { border-color: #CEF44A; }
span { border-color: rgb(206,244,74); }
td.TdClassName
{
border-color: #CEF44A;
}
.TagClassName
{
border-color: #CEF44A;
}
</style>