Shades of Pear #CEF04D
Tints of Pear #CEF04D
RGB
CMYK
RGB Variations
Color information
#CEF04D (or 0xCEF04D) is known color: Pear. HEX triplet: CE, F0 and 4D. RGB value is (206,240,77). Sum of RGB (Red+Green+Blue) = 206+240+77=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF04D is #310FB2. Grayscale: #D3D3D3. Windows color (decimal): -3215283 or 5107918. OLE color: 5107918.
HSL color Cylindrical-coordinate representation of color #CEF04D: hue angle of 72.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF04D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 77 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.06 |
| HSL | 72.52º | 0.84% | 0.62% | - |
| HSV(B) | 72.52º | 0.68% | 0.94% | - |
| XYZ | 57.95 | 75.98 | 18.63 | - |
| YUV | 211.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 77 | 0.14 | 0 | 0.68 | 0.06 | 72.52 | 0.84 | 0.62 |
| Hex | CE | F0 | 4D | E | 0 | 44 | 6 | 49 | 54 | 3E |
| Octal | 316 | 360 | 115 | 16 | 0 | 104 | 6 | 111 | 124 | 76 |
| Binary | 11001110 | 11110000 | 1001101 | 1110 | 0 | 1000100 | 110 | 1001001 | 1010100 | 111110 |
Color Harmonies of #CEF04D
Complementary color
Monochromatic Colors of #CEF04D
Black with #CEF04D
Text Example
Text Example
White with #CEF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF04D; }
p { color: rgb(206,240,77); }
H1.HeaderClassName
{
color: #CEF04D;
}
.AnyTagClassName
{
color: #CEF04D;
}
</style>
background-color css
<style>
a { background-color: #CEF04D; }
a { background-color: rgb(206,240,77); }
div.DivClassName
{
background-color: #CEF04D;
}
.BgClassName
{
background-color: #CEF04D;
}
</style>
border-color css
<style>
span { border-color: #CEF04D; }
span { border-color: rgb(206,240,77); }
td.TdClassName
{
border-color: #CEF04D;
}
.TagClassName
{
border-color: #CEF04D;
}
</style>