Shades of Pear #CEF640
Tints of Pear #CEF640
RGB
CMYK
RGB Variations
Color information
#CEF640 (or 0xCEF640) is known color: Pear. HEX triplet: CE, F6 and 40. RGB value is (206,246,64). Sum of RGB (Red+Green+Blue) = 206+246+64=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF640 is #3109BF. Grayscale: #D5D5D5. Windows color (decimal): -3213760 or 4257486. OLE color: 4257486.
HSL color Cylindrical-coordinate representation of color #CEF640: hue angle of 73.19º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF640 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 64 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.04 |
| HSL | 73.19º | 0.91% | 0.61% | - |
| HSV(B) | 73.19º | 0.74% | 0.96% | - |
| XYZ | 59.33 | 79.4 | 17.05 | - |
| YUV | 213.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 64 | 0.16 | 0 | 0.74 | 0.04 | 73.19 | 0.91 | 0.61 |
| Hex | CE | F6 | 40 | 10 | 0 | 4A | 4 | 49 | 5B | 3D |
| Octal | 316 | 366 | 100 | 20 | 0 | 112 | 4 | 111 | 133 | 75 |
| Binary | 11001110 | 11110110 | 1000000 | 10000 | 0 | 1001010 | 100 | 1001001 | 1011011 | 111101 |
Color Harmonies of #CEF640
Complementary color
Monochromatic Colors of #CEF640
Black with #CEF640
Text Example
Text Example
White with #CEF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF640; }
p { color: rgb(206,246,64); }
H1.HeaderClassName
{
color: #CEF640;
}
.AnyTagClassName
{
color: #CEF640;
}
</style>
background-color css
<style>
a { background-color: #CEF640; }
a { background-color: rgb(206,246,64); }
div.DivClassName
{
background-color: #CEF640;
}
.BgClassName
{
background-color: #CEF640;
}
</style>
border-color css
<style>
span { border-color: #CEF640; }
span { border-color: rgb(206,246,64); }
td.TdClassName
{
border-color: #CEF640;
}
.TagClassName
{
border-color: #CEF640;
}
</style>