Shades of Pear #D2FA3D
Tints of Pear #D2FA3D
RGB
CMYK
RGB Variations
Color information
#D2FA3D (or 0xD2FA3D) is known color: Pear. HEX triplet: D2, FA and 3D. RGB value is (210,250,61). Sum of RGB (Red+Green+Blue) = 210+250+61=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FA3D is #2D05C2. Grayscale: #D9D9D9. Windows color (decimal): -2950595 or 4061906. OLE color: 4061906.
HSL color Cylindrical-coordinate representation of color #D2FA3D: hue angle of 72.7º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2FA3D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 61 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.02 |
| HSL | 72.7º | 0.95% | 0.61% | - |
| HSV(B) | 72.7º | 0.76% | 0.98% | - |
| XYZ | 61.61 | 82.41 | 17.07 | - |
| YUV | 216.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 61 | 0.16 | 0 | 0.76 | 0.02 | 72.7 | 0.95 | 0.61 |
| Hex | D2 | FA | 3D | 10 | 0 | 4C | 2 | 49 | 5F | 3D |
| Octal | 322 | 372 | 75 | 20 | 0 | 114 | 2 | 111 | 137 | 75 |
| Binary | 11010010 | 11111010 | 111101 | 10000 | 0 | 1001100 | 10 | 1001001 | 1011111 | 111101 |
Color Harmonies of #D2FA3D
Complementary color
Monochromatic Colors of #D2FA3D
Black with #D2FA3D
Text Example
Text Example
White with #D2FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA3D; }
p { color: rgb(210,250,61); }
H1.HeaderClassName
{
color: #D2FA3D;
}
.AnyTagClassName
{
color: #D2FA3D;
}
</style>
background-color css
<style>
a { background-color: #D2FA3D; }
a { background-color: rgb(210,250,61); }
div.DivClassName
{
background-color: #D2FA3D;
}
.BgClassName
{
background-color: #D2FA3D;
}
</style>
border-color css
<style>
span { border-color: #D2FA3D; }
span { border-color: rgb(210,250,61); }
td.TdClassName
{
border-color: #D2FA3D;
}
.TagClassName
{
border-color: #D2FA3D;
}
</style>