Shades of Pear #CEF644
Tints of Pear #CEF644
RGB
CMYK
RGB Variations
Color information
#CEF644 (or 0xCEF644) is known color: Pear. HEX triplet: CE, F6 and 44. RGB value is (206,246,68). Sum of RGB (Red+Green+Blue) = 206+246+68=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF644 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF644 is #3109BB. Grayscale: #D6D6D6. Windows color (decimal): -3213756 or 4519630. OLE color: 4519630.
HSL color Cylindrical-coordinate representation of color #CEF644: hue angle of 73.48º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF644 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.48º | 0.91% | 0.62% | - |
| HSV(B) | 73.48º | 0.72% | 0.96% | - |
| XYZ | 59.45 | 79.45 | 17.67 | - |
| YUV | 213.75 | 45.75 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 68 | 0.16 | 0 | 0.72 | 0.04 | 73.48 | 0.91 | 0.62 |
| Hex | CE | F6 | 44 | 10 | 0 | 48 | 4 | 49 | 5B | 3E |
| Octal | 316 | 366 | 104 | 20 | 0 | 110 | 4 | 111 | 133 | 76 |
| Binary | 11001110 | 11110110 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011011 | 111110 |
Color Harmonies of #CEF644
Complementary color
Monochromatic Colors of #CEF644
Black with #CEF644
Text Example
Text Example
White with #CEF644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF644; }
p { color: rgb(206,246,68); }
H1.HeaderClassName
{
color: #CEF644;
}
.AnyTagClassName
{
color: #CEF644;
}
</style>
background-color css
<style>
a { background-color: #CEF644; }
a { background-color: rgb(206,246,68); }
div.DivClassName
{
background-color: #CEF644;
}
.BgClassName
{
background-color: #CEF644;
}
</style>
border-color css
<style>
span { border-color: #CEF644; }
span { border-color: rgb(206,246,68); }
td.TdClassName
{
border-color: #CEF644;
}
.TagClassName
{
border-color: #CEF644;
}
</style>