Shades of Pear #CEFF47
Tints of Pear #CEFF47
RGB
CMYK
RGB Variations
Color information
#CEFF47 (or 0xCEFF47) is known color: Pear. HEX triplet: CE, FF and 47. RGB value is (206,255,71). Sum of RGB (Red+Green+Blue) = 206+255+71=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF47 is #3100B8. Grayscale: #DCDCDC. Windows color (decimal): -3211449 or 4718542. OLE color: 4718542.
HSL color Cylindrical-coordinate representation of color #CEFF47: hue angle of 75.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEFF47 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 71 | - |
| CMYK | 0.19 | 0 | 0.72 | 0 |
| HSL | 75.98º | 1% | 0.64% | - |
| HSV(B) | 75.98º | 0.72% | 1% | - |
| XYZ | 62.35 | 85.1 | 19.1 | - |
| YUV | 219.37 | 44.27 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 71 | 0.19 | 0 | 0.72 | 0 | 75.98 | 1 | 0.64 |
| Hex | CE | FF | 47 | 13 | 0 | 48 | 0 | 4C | 64 | 40 |
| Octal | 316 | 377 | 107 | 23 | 0 | 110 | 0 | 114 | 144 | 100 |
| Binary | 11001110 | 11111111 | 1000111 | 10011 | 0 | 1001000 | 0 | 1001100 | 1100100 | 1000000 |
Color Harmonies of #CEFF47
Complementary color
Monochromatic Colors of #CEFF47
Black with #CEFF47
Text Example
Text Example
White with #CEFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF47; }
p { color: rgb(206,255,71); }
H1.HeaderClassName
{
color: #CEFF47;
}
.AnyTagClassName
{
color: #CEFF47;
}
</style>
background-color css
<style>
a { background-color: #CEFF47; }
a { background-color: rgb(206,255,71); }
div.DivClassName
{
background-color: #CEFF47;
}
.BgClassName
{
background-color: #CEFF47;
}
</style>
border-color css
<style>
span { border-color: #CEFF47; }
span { border-color: rgb(206,255,71); }
td.TdClassName
{
border-color: #CEFF47;
}
.TagClassName
{
border-color: #CEFF47;
}
</style>