Shades of Pear #CEFC4D
Tints of Pear #CEFC4D
RGB
CMYK
RGB Variations
Color information
#CEFC4D (or 0xCEFC4D) is known color: Pear. HEX triplet: CE, FC and 4D. RGB value is (206,252,77). Sum of RGB (Red+Green+Blue) = 206+252+77=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC4D is #3103B2. Grayscale: #DADADA. Windows color (decimal): -3212211 or 5110990. OLE color: 5110990.
HSL color Cylindrical-coordinate representation of color #CEFC4D: hue angle of 75.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEFC4D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 77 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.01 |
| HSL | 75.77º | 0.97% | 0.65% | - |
| HSV(B) | 75.77º | 0.69% | 0.99% | - |
| XYZ | 61.6 | 83.28 | 19.85 | - |
| YUV | 218.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 77 | 0.18 | 0 | 0.69 | 0.01 | 75.77 | 0.97 | 0.65 |
| Hex | CE | FC | 4D | 12 | 0 | 45 | 1 | 4C | 61 | 41 |
| Octal | 316 | 374 | 115 | 22 | 0 | 105 | 1 | 114 | 141 | 101 |
| Binary | 11001110 | 11111100 | 1001101 | 10010 | 0 | 1000101 | 1 | 1001100 | 1100001 | 1000001 |
Color Harmonies of #CEFC4D
Complementary color
Monochromatic Colors of #CEFC4D
Black with #CEFC4D
Text Example
Text Example
White with #CEFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC4D; }
p { color: rgb(206,252,77); }
H1.HeaderClassName
{
color: #CEFC4D;
}
.AnyTagClassName
{
color: #CEFC4D;
}
</style>
background-color css
<style>
a { background-color: #CEFC4D; }
a { background-color: rgb(206,252,77); }
div.DivClassName
{
background-color: #CEFC4D;
}
.BgClassName
{
background-color: #CEFC4D;
}
</style>
border-color css
<style>
span { border-color: #CEFC4D; }
span { border-color: rgb(206,252,77); }
td.TdClassName
{
border-color: #CEFC4D;
}
.TagClassName
{
border-color: #CEFC4D;
}
</style>