Shades of Pear #CEF03C
Tints of Pear #CEF03C
RGB
CMYK
RGB Variations
Color information
#CEF03C (or 0xCEF03C) is known color: Pear. HEX triplet: CE, F0 and 3C. RGB value is (206,240,60). Sum of RGB (Red+Green+Blue) = 206+240+60=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF03C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF03C is #310FC3. Grayscale: #D1D1D1. Windows color (decimal): -3215300 or 3993806. OLE color: 3993806.
HSL color Cylindrical-coordinate representation of color #CEF03C: hue angle of 71.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEF03C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 60 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.06 |
| HSL | 71.33º | 0.86% | 0.59% | - |
| HSV(B) | 71.33º | 0.75% | 0.94% | - |
| XYZ | 57.43 | 75.77 | 15.87 | - |
| YUV | 209.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 60 | 0.14 | 0 | 0.75 | 0.06 | 71.33 | 0.86 | 0.59 |
| Hex | CE | F0 | 3C | E | 0 | 4B | 6 | 47 | 56 | 3B |
| Octal | 316 | 360 | 74 | 16 | 0 | 113 | 6 | 107 | 126 | 73 |
| Binary | 11001110 | 11110000 | 111100 | 1110 | 0 | 1001011 | 110 | 1000111 | 1010110 | 111011 |
Color Harmonies of #CEF03C
Complementary color
Monochromatic Colors of #CEF03C
Black with #CEF03C
Text Example
Text Example
White with #CEF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF03C; }
p { color: rgb(206,240,60); }
H1.HeaderClassName
{
color: #CEF03C;
}
.AnyTagClassName
{
color: #CEF03C;
}
</style>
background-color css
<style>
a { background-color: #CEF03C; }
a { background-color: rgb(206,240,60); }
div.DivClassName
{
background-color: #CEF03C;
}
.BgClassName
{
background-color: #CEF03C;
}
</style>
border-color css
<style>
span { border-color: #CEF03C; }
span { border-color: rgb(206,240,60); }
td.TdClassName
{
border-color: #CEF03C;
}
.TagClassName
{
border-color: #CEF03C;
}
</style>