Shades of Pear #CEF64D
Tints of Pear #CEF64D
RGB
CMYK
RGB Variations
Color information
#CEF64D (or 0xCEF64D) is known color: Pear. HEX triplet: CE, F6 and 4D. RGB value is (206,246,77). Sum of RGB (Red+Green+Blue) = 206+246+77=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF64D is #3109B2. Grayscale: #D7D7D7. Windows color (decimal): -3213747 or 5109454. OLE color: 5109454.
HSL color Cylindrical-coordinate representation of color #CEF64D: hue angle of 74.2º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF64D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 77 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 74.2º | 0.9% | 0.63% | - |
| HSV(B) | 74.2º | 0.69% | 0.96% | - |
| XYZ | 59.75 | 79.57 | 19.23 | - |
| YUV | 214.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 77 | 0.16 | 0 | 0.69 | 0.04 | 74.2 | 0.9 | 0.63 |
| Hex | CE | F6 | 4D | 10 | 0 | 45 | 4 | 4A | 5A | 3F |
| Octal | 316 | 366 | 115 | 20 | 0 | 105 | 4 | 112 | 132 | 77 |
| Binary | 11001110 | 11110110 | 1001101 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011010 | 111111 |
Color Harmonies of #CEF64D
Complementary color
Monochromatic Colors of #CEF64D
Black with #CEF64D
Text Example
Text Example
White with #CEF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF64D; }
p { color: rgb(206,246,77); }
H1.HeaderClassName
{
color: #CEF64D;
}
.AnyTagClassName
{
color: #CEF64D;
}
</style>
background-color css
<style>
a { background-color: #CEF64D; }
a { background-color: rgb(206,246,77); }
div.DivClassName
{
background-color: #CEF64D;
}
.BgClassName
{
background-color: #CEF64D;
}
</style>
border-color css
<style>
span { border-color: #CEF64D; }
span { border-color: rgb(206,246,77); }
td.TdClassName
{
border-color: #CEF64D;
}
.TagClassName
{
border-color: #CEF64D;
}
</style>