Shades of Pear #CEF041
Tints of Pear #CEF041
RGB
CMYK
RGB Variations
Color information
#CEF041 (or 0xCEF041) is known color: Pear. HEX triplet: CE, F0 and 41. RGB value is (206,240,65). Sum of RGB (Red+Green+Blue) = 206+240+65=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF041 is #310FBE. Grayscale: #D2D2D2. Windows color (decimal): -3215295 or 4321486. OLE color: 4321486.
HSL color Cylindrical-coordinate representation of color #CEF041: hue angle of 71.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEF041 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 65 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.06 |
| HSL | 71.66º | 0.85% | 0.6% | - |
| HSV(B) | 71.66º | 0.73% | 0.94% | - |
| XYZ | 57.57 | 75.82 | 16.6 | - |
| YUV | 209.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 65 | 0.14 | 0 | 0.73 | 0.06 | 71.66 | 0.85 | 0.6 |
| Hex | CE | F0 | 41 | E | 0 | 49 | 6 | 48 | 55 | 3C |
| Octal | 316 | 360 | 101 | 16 | 0 | 111 | 6 | 110 | 125 | 74 |
| Binary | 11001110 | 11110000 | 1000001 | 1110 | 0 | 1001001 | 110 | 1001000 | 1010101 | 111100 |
Color Harmonies of #CEF041
Complementary color
Monochromatic Colors of #CEF041
Black with #CEF041
Text Example
Text Example
White with #CEF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF041; }
p { color: rgb(206,240,65); }
H1.HeaderClassName
{
color: #CEF041;
}
.AnyTagClassName
{
color: #CEF041;
}
</style>
background-color css
<style>
a { background-color: #CEF041; }
a { background-color: rgb(206,240,65); }
div.DivClassName
{
background-color: #CEF041;
}
.BgClassName
{
background-color: #CEF041;
}
</style>
border-color css
<style>
span { border-color: #CEF041; }
span { border-color: rgb(206,240,65); }
td.TdClassName
{
border-color: #CEF041;
}
.TagClassName
{
border-color: #CEF041;
}
</style>