Shades of Pear #CEFD32
Tints of Pear #CEFD32
RGB
CMYK
RGB Variations
Color information
#CEFD32 (or 0xCEFD32) is known color: Pear. HEX triplet: CE, FD and 32. RGB value is (206,253,50). Sum of RGB (Red+Green+Blue) = 206+253+50=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD32 is #3102CD. Grayscale: #D8D8D8. Windows color (decimal): -3211982 or 3341774. OLE color: 3341774.
HSL color Cylindrical-coordinate representation of color #CEFD32: hue angle of 73.89º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEFD32 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 50 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.01 |
| HSL | 73.89º | 0.98% | 0.59% | - |
| HSV(B) | 73.89º | 0.8% | 0.99% | - |
| XYZ | 61.15 | 83.6 | 15.93 | - |
| YUV | 215.81 | 34.43 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 50 | 0.19 | 0 | 0.80 | 0.01 | 73.89 | 0.98 | 0.59 |
| Hex | CE | FD | 32 | 13 | 0 | 50 | 1 | 4A | 62 | 3B |
| Octal | 316 | 375 | 62 | 23 | 0 | 120 | 1 | 112 | 142 | 73 |
| Binary | 11001110 | 11111101 | 110010 | 10011 | 0 | 1010000 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CEFD32
Complementary color
Monochromatic Colors of #CEFD32
Black with #CEFD32
Text Example
Text Example
White with #CEFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD32; }
p { color: rgb(206,253,50); }
H1.HeaderClassName
{
color: #CEFD32;
}
.AnyTagClassName
{
color: #CEFD32;
}
</style>
background-color css
<style>
a { background-color: #CEFD32; }
a { background-color: rgb(206,253,50); }
div.DivClassName
{
background-color: #CEFD32;
}
.BgClassName
{
background-color: #CEFD32;
}
</style>
border-color css
<style>
span { border-color: #CEFD32; }
span { border-color: rgb(206,253,50); }
td.TdClassName
{
border-color: #CEFD32;
}
.TagClassName
{
border-color: #CEFD32;
}
</style>