Shades of Pear #D2F731
Tints of Pear #D2F731
RGB
CMYK
RGB Variations
Color information
#D2F731 (or 0xD2F731) is known color: Pear. HEX triplet: D2, F7 and 31. RGB value is (210,247,49). Sum of RGB (Red+Green+Blue) = 210+247+49=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F731 is #2D08CE. Grayscale: #D6D6D6. Windows color (decimal): -2951375 or 3274706. OLE color: 3274706.
HSL color Cylindrical-coordinate representation of color #D2F731: hue angle of 71.21º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2F731 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 49 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.03 |
| HSL | 71.21º | 0.93% | 0.58% | - |
| HSV(B) | 71.21º | 0.8% | 0.97% | - |
| XYZ | 60.39 | 80.44 | 15.25 | - |
| YUV | 213.37 | 35.24 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 49 | 0.15 | 0 | 0.80 | 0.03 | 71.21 | 0.93 | 0.58 |
| Hex | D2 | F7 | 31 | F | 0 | 50 | 3 | 47 | 5D | 3A |
| Octal | 322 | 367 | 61 | 17 | 0 | 120 | 3 | 107 | 135 | 72 |
| Binary | 11010010 | 11110111 | 110001 | 1111 | 0 | 1010000 | 11 | 1000111 | 1011101 | 111010 |
Color Harmonies of #D2F731
Complementary color
Monochromatic Colors of #D2F731
Black with #D2F731
Text Example
Text Example
White with #D2F731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F731; }
p { color: rgb(210,247,49); }
H1.HeaderClassName
{
color: #D2F731;
}
.AnyTagClassName
{
color: #D2F731;
}
</style>
background-color css
<style>
a { background-color: #D2F731; }
a { background-color: rgb(210,247,49); }
div.DivClassName
{
background-color: #D2F731;
}
.BgClassName
{
background-color: #D2F731;
}
</style>
border-color css
<style>
span { border-color: #D2F731; }
span { border-color: rgb(210,247,49); }
td.TdClassName
{
border-color: #D2F731;
}
.TagClassName
{
border-color: #D2F731;
}
</style>