Shades of Pear #D2F94B
Tints of Pear #D2F94B
RGB
CMYK
RGB Variations
Color information
#D2F94B (or 0xD2F94B) is known color: Pear. HEX triplet: D2, F9 and 4B. RGB value is (210,249,75). Sum of RGB (Red+Green+Blue) = 210+249+75=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F94B is #2D06B4. Grayscale: #DADADA. Windows color (decimal): -2950837 or 4979154. OLE color: 4979154.
HSL color Cylindrical-coordinate representation of color #D2F94B: hue angle of 73.45º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2F94B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 75 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.02 |
| HSL | 73.45º | 0.94% | 0.64% | - |
| HSV(B) | 73.45º | 0.7% | 0.98% | - |
| XYZ | 61.72 | 81.96 | 19.22 | - |
| YUV | 217.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 75 | 0.16 | 0 | 0.70 | 0.02 | 73.45 | 0.94 | 0.64 |
| Hex | D2 | F9 | 4B | 10 | 0 | 46 | 2 | 49 | 5E | 40 |
| Octal | 322 | 371 | 113 | 20 | 0 | 106 | 2 | 111 | 136 | 100 |
| Binary | 11010010 | 11111001 | 1001011 | 10000 | 0 | 1000110 | 10 | 1001001 | 1011110 | 1000000 |
Color Harmonies of #D2F94B
Complementary color
Monochromatic Colors of #D2F94B
Black with #D2F94B
Text Example
Text Example
White with #D2F94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F94B; }
p { color: rgb(210,249,75); }
H1.HeaderClassName
{
color: #D2F94B;
}
.AnyTagClassName
{
color: #D2F94B;
}
</style>
background-color css
<style>
a { background-color: #D2F94B; }
a { background-color: rgb(210,249,75); }
div.DivClassName
{
background-color: #D2F94B;
}
.BgClassName
{
background-color: #D2F94B;
}
</style>
border-color css
<style>
span { border-color: #D2F94B; }
span { border-color: rgb(210,249,75); }
td.TdClassName
{
border-color: #D2F94B;
}
.TagClassName
{
border-color: #D2F94B;
}
</style>