Shades of Pear #CEFD37
Tints of Pear #CEFD37
RGB
CMYK
RGB Variations
Color information
#CEFD37 (or 0xCEFD37) is known color: Pear. HEX triplet: CE, FD and 37. RGB value is (206,253,55). Sum of RGB (Red+Green+Blue) = 206+253+55=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD37 is #3102C8. Grayscale: #D9D9D9. Windows color (decimal): -3211977 or 3669454. OLE color: 3669454.
HSL color Cylindrical-coordinate representation of color #CEFD37: hue angle of 74.24º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEFD37 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 55 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.01 |
| HSL | 74.24º | 0.98% | 0.6% | - |
| HSV(B) | 74.24º | 0.78% | 0.99% | - |
| XYZ | 61.27 | 83.65 | 16.53 | - |
| YUV | 216.38 | 36.93 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 55 | 0.19 | 0 | 0.78 | 0.01 | 74.24 | 0.98 | 0.6 |
| Hex | CE | FD | 37 | 13 | 0 | 4E | 1 | 4A | 62 | 3C |
| Octal | 316 | 375 | 67 | 23 | 0 | 116 | 1 | 112 | 142 | 74 |
| Binary | 11001110 | 11111101 | 110111 | 10011 | 0 | 1001110 | 1 | 1001010 | 1100010 | 111100 |
Color Harmonies of #CEFD37
Complementary color
Monochromatic Colors of #CEFD37
Black with #CEFD37
Text Example
Text Example
White with #CEFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD37; }
p { color: rgb(206,253,55); }
H1.HeaderClassName
{
color: #CEFD37;
}
.AnyTagClassName
{
color: #CEFD37;
}
</style>
background-color css
<style>
a { background-color: #CEFD37; }
a { background-color: rgb(206,253,55); }
div.DivClassName
{
background-color: #CEFD37;
}
.BgClassName
{
background-color: #CEFD37;
}
</style>
border-color css
<style>
span { border-color: #CEFD37; }
span { border-color: rgb(206,253,55); }
td.TdClassName
{
border-color: #CEFD37;
}
.TagClassName
{
border-color: #CEFD37;
}
</style>