Shades of Pear #CEFD2F
Tints of Pear #CEFD2F
RGB
CMYK
RGB Variations
Color information
#CEFD2F (or 0xCEFD2F) is known color: Pear. HEX triplet: CE, FD and 2F. RGB value is (206,253,47). Sum of RGB (Red+Green+Blue) = 206+253+47=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD2F is #3102D0. Grayscale: #D8D8D8. Windows color (decimal): -3211985 or 3145166. OLE color: 3145166.
HSL color Cylindrical-coordinate representation of color #CEFD2F: hue angle of 73.69º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEFD2F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 47 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.01 |
| HSL | 73.69º | 0.98% | 0.59% | - |
| HSV(B) | 73.69º | 0.81% | 0.99% | - |
| XYZ | 61.09 | 83.58 | 15.6 | - |
| YUV | 215.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 47 | 0.19 | 0 | 0.81 | 0.01 | 73.69 | 0.98 | 0.59 |
| Hex | CE | FD | 2F | 13 | 0 | 51 | 1 | 4A | 62 | 3B |
| Octal | 316 | 375 | 57 | 23 | 0 | 121 | 1 | 112 | 142 | 73 |
| Binary | 11001110 | 11111101 | 101111 | 10011 | 0 | 1010001 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CEFD2F
Complementary color
Monochromatic Colors of #CEFD2F
Black with #CEFD2F
Text Example
Text Example
White with #CEFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD2F; }
p { color: rgb(206,253,47); }
H1.HeaderClassName
{
color: #CEFD2F;
}
.AnyTagClassName
{
color: #CEFD2F;
}
</style>
background-color css
<style>
a { background-color: #CEFD2F; }
a { background-color: rgb(206,253,47); }
div.DivClassName
{
background-color: #CEFD2F;
}
.BgClassName
{
background-color: #CEFD2F;
}
</style>
border-color css
<style>
span { border-color: #CEFD2F; }
span { border-color: rgb(206,253,47); }
td.TdClassName
{
border-color: #CEFD2F;
}
.TagClassName
{
border-color: #CEFD2F;
}
</style>