Shades of Pear #CEF04A
Tints of Pear #CEF04A
RGB
CMYK
RGB Variations
Color information
#CEF04A (or 0xCEF04A) is known color: Pear. HEX triplet: CE, F0 and 4A. RGB value is (206,240,74). Sum of RGB (Red+Green+Blue) = 206+240+74=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF04A is #310FB5. Grayscale: #D3D3D3. Windows color (decimal): -3215286 or 4911310. OLE color: 4911310.
HSL color Cylindrical-coordinate representation of color #CEF04A: hue angle of 72.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF04A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.06 |
| HSL | 72.29º | 0.85% | 0.62% | - |
| HSV(B) | 72.29º | 0.69% | 0.94% | - |
| XYZ | 57.85 | 75.94 | 18.09 | - |
| YUV | 210.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 74 | 0.14 | 0 | 0.69 | 0.06 | 72.29 | 0.85 | 0.62 |
| Hex | CE | F0 | 4A | E | 0 | 45 | 6 | 48 | 55 | 3E |
| Octal | 316 | 360 | 112 | 16 | 0 | 105 | 6 | 110 | 125 | 76 |
| Binary | 11001110 | 11110000 | 1001010 | 1110 | 0 | 1000101 | 110 | 1001000 | 1010101 | 111110 |
Color Harmonies of #CEF04A
Complementary color
Monochromatic Colors of #CEF04A
Black with #CEF04A
Text Example
Text Example
White with #CEF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF04A; }
p { color: rgb(206,240,74); }
H1.HeaderClassName
{
color: #CEF04A;
}
.AnyTagClassName
{
color: #CEF04A;
}
</style>
background-color css
<style>
a { background-color: #CEF04A; }
a { background-color: rgb(206,240,74); }
div.DivClassName
{
background-color: #CEF04A;
}
.BgClassName
{
background-color: #CEF04A;
}
</style>
border-color css
<style>
span { border-color: #CEF04A; }
span { border-color: rgb(206,240,74); }
td.TdClassName
{
border-color: #CEF04A;
}
.TagClassName
{
border-color: #CEF04A;
}
</style>