Shades of Pear #CEF645
Tints of Pear #CEF645
RGB
CMYK
RGB Variations
Color information
#CEF645 (or 0xCEF645) is known color: Pear. HEX triplet: CE, F6 and 45. RGB value is (206,246,69). Sum of RGB (Red+Green+Blue) = 206+246+69=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF645 is #3109BA. Grayscale: #D6D6D6. Windows color (decimal): -3213755 or 4585166. OLE color: 4585166.
HSL color Cylindrical-coordinate representation of color #CEF645: hue angle of 73.56º 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 #CEF645 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 69 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.56º | 0.91% | 0.62% | - |
| HSV(B) | 73.56º | 0.72% | 0.96% | - |
| XYZ | 59.48 | 79.46 | 17.83 | - |
| YUV | 213.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 69 | 0.16 | 0 | 0.72 | 0.04 | 73.56 | 0.91 | 0.62 |
| Hex | CE | F6 | 45 | 10 | 0 | 48 | 4 | 4A | 5B | 3E |
| Octal | 316 | 366 | 105 | 20 | 0 | 110 | 4 | 112 | 133 | 76 |
| Binary | 11001110 | 11110110 | 1000101 | 10000 | 0 | 1001000 | 100 | 1001010 | 1011011 | 111110 |
Color Harmonies of #CEF645
Complementary color
Monochromatic Colors of #CEF645
Black with #CEF645
Text Example
Text Example
White with #CEF645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF645; }
p { color: rgb(206,246,69); }
H1.HeaderClassName
{
color: #CEF645;
}
.AnyTagClassName
{
color: #CEF645;
}
</style>
background-color css
<style>
a { background-color: #CEF645; }
a { background-color: rgb(206,246,69); }
div.DivClassName
{
background-color: #CEF645;
}
.BgClassName
{
background-color: #CEF645;
}
</style>
border-color css
<style>
span { border-color: #CEF645; }
span { border-color: rgb(206,246,69); }
td.TdClassName
{
border-color: #CEF645;
}
.TagClassName
{
border-color: #CEF645;
}
</style>