Shades of Pear #CEFE4D
Tints of Pear #CEFE4D
RGB
CMYK
RGB Variations
Color information
#CEFE4D (or 0xCEFE4D) is known color: Pear. HEX triplet: CE, FE and 4D. RGB value is (206,254,77). Sum of RGB (Red+Green+Blue) = 206+254+77=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE4D is #3101B2. Grayscale: #DCDCDC. Windows color (decimal): -3211699 or 5111502. OLE color: 5111502.
HSL color Cylindrical-coordinate representation of color #CEFE4D: hue angle of 76.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEFE4D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 77 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.00 |
| HSL | 76.27º | 0.99% | 0.65% | - |
| HSV(B) | 76.27º | 0.7% | 1% | - |
| XYZ | 62.23 | 84.54 | 20.06 | - |
| YUV | 219.47 | 47.6 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 77 | 0.19 | 0 | 0.70 | 0.00 | 76.27 | 0.99 | 0.65 |
| Hex | CE | FE | 4D | 13 | 0 | 46 | 0 | 4C | 63 | 41 |
| Octal | 316 | 376 | 115 | 23 | 0 | 106 | 0 | 114 | 143 | 101 |
| Binary | 11001110 | 11111110 | 1001101 | 10011 | 0 | 1000110 | 0 | 1001100 | 1100011 | 1000001 |
Color Harmonies of #CEFE4D
Complementary color
Monochromatic Colors of #CEFE4D
Black with #CEFE4D
Text Example
Text Example
White with #CEFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE4D; }
p { color: rgb(206,254,77); }
H1.HeaderClassName
{
color: #CEFE4D;
}
.AnyTagClassName
{
color: #CEFE4D;
}
</style>
background-color css
<style>
a { background-color: #CEFE4D; }
a { background-color: rgb(206,254,77); }
div.DivClassName
{
background-color: #CEFE4D;
}
.BgClassName
{
background-color: #CEFE4D;
}
</style>
border-color css
<style>
span { border-color: #CEFE4D; }
span { border-color: rgb(206,254,77); }
td.TdClassName
{
border-color: #CEFE4D;
}
.TagClassName
{
border-color: #CEFE4D;
}
</style>