Shades of Pear #CEF840
Tints of Pear #CEF840
RGB
CMYK
RGB Variations
Color information
#CEF840 (or 0xCEF840) is known color: Pear. HEX triplet: CE, F8 and 40. RGB value is (206,248,64). Sum of RGB (Red+Green+Blue) = 206+248+64=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF840 is #3107BF. Grayscale: #D7D7D7. Windows color (decimal): -3213248 or 4257998. OLE color: 4257998.
HSL color Cylindrical-coordinate representation of color #CEF840: hue angle of 73.7º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF840 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 64 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.03 |
| HSL | 73.7º | 0.93% | 0.61% | - |
| HSV(B) | 73.7º | 0.74% | 0.97% | - |
| XYZ | 59.95 | 80.63 | 17.25 | - |
| YUV | 214.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 64 | 0.17 | 0 | 0.74 | 0.03 | 73.7 | 0.93 | 0.61 |
| Hex | CE | F8 | 40 | 11 | 0 | 4A | 3 | 4A | 5D | 3D |
| Octal | 316 | 370 | 100 | 21 | 0 | 112 | 3 | 112 | 135 | 75 |
| Binary | 11001110 | 11111000 | 1000000 | 10001 | 0 | 1001010 | 11 | 1001010 | 1011101 | 111101 |
Color Harmonies of #CEF840
Complementary color
Monochromatic Colors of #CEF840
Black with #CEF840
Text Example
Text Example
White with #CEF840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF840; }
p { color: rgb(206,248,64); }
H1.HeaderClassName
{
color: #CEF840;
}
.AnyTagClassName
{
color: #CEF840;
}
</style>
background-color css
<style>
a { background-color: #CEF840; }
a { background-color: rgb(206,248,64); }
div.DivClassName
{
background-color: #CEF840;
}
.BgClassName
{
background-color: #CEF840;
}
</style>
border-color css
<style>
span { border-color: #CEF840; }
span { border-color: rgb(206,248,64); }
td.TdClassName
{
border-color: #CEF840;
}
.TagClassName
{
border-color: #CEF840;
}
</style>