Shades of Pear #CEFF4D
Tints of Pear #CEFF4D
RGB
CMYK
RGB Variations
Color information
#CEFF4D (or 0xCEFF4D) is known color: Pear. HEX triplet: CE, FF and 4D. RGB value is (206,255,77). Sum of RGB (Red+Green+Blue) = 206+255+77=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF4D is #3100B2. Grayscale: #DCDCDC. Windows color (decimal): -3211443 or 5111758. OLE color: 5111758.
HSL color Cylindrical-coordinate representation of color #CEFF4D: hue angle of 76.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEFF4D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 77 | - |
| CMYK | 0.19 | 0 | 0.70 | 0 |
| HSL | 76.52º | 1% | 0.65% | - |
| HSV(B) | 76.52º | 0.7% | 1% | - |
| XYZ | 62.55 | 85.18 | 20.17 | - |
| YUV | 220.06 | 47.27 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 77 | 0.19 | 0 | 0.70 | 0 | 76.52 | 1 | 0.65 |
| Hex | CE | FF | 4D | 13 | 0 | 46 | 0 | 4D | 64 | 41 |
| Octal | 316 | 377 | 115 | 23 | 0 | 106 | 0 | 115 | 144 | 101 |
| Binary | 11001110 | 11111111 | 1001101 | 10011 | 0 | 1000110 | 0 | 1001101 | 1100100 | 1000001 |
Color Harmonies of #CEFF4D
Complementary color
Monochromatic Colors of #CEFF4D
Black with #CEFF4D
Text Example
Text Example
White with #CEFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF4D; }
p { color: rgb(206,255,77); }
H1.HeaderClassName
{
color: #CEFF4D;
}
.AnyTagClassName
{
color: #CEFF4D;
}
</style>
background-color css
<style>
a { background-color: #CEFF4D; }
a { background-color: rgb(206,255,77); }
div.DivClassName
{
background-color: #CEFF4D;
}
.BgClassName
{
background-color: #CEFF4D;
}
</style>
border-color css
<style>
span { border-color: #CEFF4D; }
span { border-color: rgb(206,255,77); }
td.TdClassName
{
border-color: #CEFF4D;
}
.TagClassName
{
border-color: #CEFF4D;
}
</style>