Shades of Pear #D2FA4B
Tints of Pear #D2FA4B
RGB
CMYK
RGB Variations
Color information
#D2FA4B (or 0xD2FA4B) is known color: Pear. HEX triplet: D2, FA and 4B. RGB value is (210,250,75). Sum of RGB (Red+Green+Blue) = 210+250+75=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FA4B is #2D05B4. Grayscale: #DADADA. Windows color (decimal): -2950581 or 4979410. OLE color: 4979410.
HSL color Cylindrical-coordinate representation of color #D2FA4B: hue angle of 73.71º degrees, saturation: 0.95, 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 #D2FA4B is Cyan = 0.16, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 75 | - |
| CMYK | 0.16 | 0 | 0.7 | 0.02 |
| HSL | 73.71º | 0.95% | 0.64% | - |
| HSV(B) | 73.71º | 0.7% | 0.98% | - |
| XYZ | 62.03 | 82.58 | 19.33 | - |
| YUV | 218.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 75 | 0.16 | 0 | 0.7 | 0.02 | 73.71 | 0.95 | 0.64 |
| Hex | D2 | FA | 4B | 10 | 0 | 46 | 2 | 4A | 5F | 40 |
| Octal | 322 | 372 | 113 | 20 | 0 | 106 | 2 | 112 | 137 | 100 |
| Binary | 11010010 | 11111010 | 1001011 | 10000 | 0 | 1000110 | 10 | 1001010 | 1011111 | 1000000 |
Color Harmonies of #D2FA4B
Complementary color
Monochromatic Colors of #D2FA4B
Black with #D2FA4B
Text Example
Text Example
White with #D2FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA4B; }
p { color: rgb(210,250,75); }
H1.HeaderClassName
{
color: #D2FA4B;
}
.AnyTagClassName
{
color: #D2FA4B;
}
</style>
background-color css
<style>
a { background-color: #D2FA4B; }
a { background-color: rgb(210,250,75); }
div.DivClassName
{
background-color: #D2FA4B;
}
.BgClassName
{
background-color: #D2FA4B;
}
</style>
border-color css
<style>
span { border-color: #D2FA4B; }
span { border-color: rgb(210,250,75); }
td.TdClassName
{
border-color: #D2FA4B;
}
.TagClassName
{
border-color: #D2FA4B;
}
</style>