Shades of Pear #D2F74B
Tints of Pear #D2F74B
RGB
CMYK
RGB Variations
Color information
#D2F74B (or 0xD2F74B) is known color: Pear. HEX triplet: D2, F7 and 4B. RGB value is (210,247,75). Sum of RGB (Red+Green+Blue) = 210+247+75=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F74B is #2D08B4. Grayscale: #D8D8D8. Windows color (decimal): -2951349 or 4978642. OLE color: 4978642.
HSL color Cylindrical-coordinate representation of color #D2F74B: hue angle of 72.91º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2F74B is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 75 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.03 |
| HSL | 72.91º | 0.91% | 0.63% | - |
| HSV(B) | 72.91º | 0.7% | 0.97% | - |
| XYZ | 61.11 | 80.73 | 19.02 | - |
| YUV | 216.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 75 | 0.15 | 0 | 0.70 | 0.03 | 72.91 | 0.91 | 0.63 |
| Hex | D2 | F7 | 4B | F | 0 | 46 | 3 | 49 | 5B | 3F |
| Octal | 322 | 367 | 113 | 17 | 0 | 106 | 3 | 111 | 133 | 77 |
| Binary | 11010010 | 11110111 | 1001011 | 1111 | 0 | 1000110 | 11 | 1001001 | 1011011 | 111111 |
Color Harmonies of #D2F74B
Complementary color
Monochromatic Colors of #D2F74B
Black with #D2F74B
Text Example
Text Example
White with #D2F74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F74B; }
p { color: rgb(210,247,75); }
H1.HeaderClassName
{
color: #D2F74B;
}
.AnyTagClassName
{
color: #D2F74B;
}
</style>
background-color css
<style>
a { background-color: #D2F74B; }
a { background-color: rgb(210,247,75); }
div.DivClassName
{
background-color: #D2F74B;
}
.BgClassName
{
background-color: #D2F74B;
}
</style>
border-color css
<style>
span { border-color: #D2F74B; }
span { border-color: rgb(210,247,75); }
td.TdClassName
{
border-color: #D2F74B;
}
.TagClassName
{
border-color: #D2F74B;
}
</style>