Shades of Pear #D2F437
Tints of Pear #D2F437
RGB
CMYK
RGB Variations
Color information
#D2F437 (or 0xD2F437) is known color: Pear. HEX triplet: D2, F4 and 37. RGB value is (210,244,55). Sum of RGB (Red+Green+Blue) = 210+244+55=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 55 (21.88% from 255 or 10.81% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F437 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F437 is #2D0BC8. Grayscale: #D5D5D5. Windows color (decimal): -2952137 or 3667154. OLE color: 3667154.
HSL color Cylindrical-coordinate representation of color #D2F437: hue angle of 70.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2F437 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 55 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.04 |
| HSL | 70.79º | 0.9% | 0.59% | - |
| HSV(B) | 70.79º | 0.77% | 0.96% | - |
| XYZ | 59.62 | 78.68 | 15.66 | - |
| YUV | 212.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 55 | 0.14 | 0 | 0.77 | 0.04 | 70.79 | 0.9 | 0.59 |
| Hex | D2 | F4 | 37 | E | 0 | 4D | 4 | 47 | 5A | 3B |
| Octal | 322 | 364 | 67 | 16 | 0 | 115 | 4 | 107 | 132 | 73 |
| Binary | 11010010 | 11110100 | 110111 | 1110 | 0 | 1001101 | 100 | 1000111 | 1011010 | 111011 |
Color Harmonies of #D2F437
Complementary color
Monochromatic Colors of #D2F437
Black with #D2F437
Text Example
Text Example
White with #D2F437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F437; }
p { color: rgb(210,244,55); }
H1.HeaderClassName
{
color: #D2F437;
}
.AnyTagClassName
{
color: #D2F437;
}
</style>
background-color css
<style>
a { background-color: #D2F437; }
a { background-color: rgb(210,244,55); }
div.DivClassName
{
background-color: #D2F437;
}
.BgClassName
{
background-color: #D2F437;
}
</style>
border-color css
<style>
span { border-color: #D2F437; }
span { border-color: rgb(210,244,55); }
td.TdClassName
{
border-color: #D2F437;
}
.TagClassName
{
border-color: #D2F437;
}
</style>