Shades of Pear #D0FA3D
Tints of Pear #D0FA3D
RGB
CMYK
RGB Variations
Color information
#D0FA3D (or 0xD0FA3D) is known color: Pear. HEX triplet: D0, FA and 3D. RGB value is (208,250,61). Sum of RGB (Red+Green+Blue) = 208+250+61=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA3D is #2F05C2. Grayscale: #D8D8D8. Windows color (decimal): -3081667 or 4061904. OLE color: 4061904.
HSL color Cylindrical-coordinate representation of color #D0FA3D: hue angle of 73.33º 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 #D0FA3D is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 61 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.02 |
| HSL | 73.33º | 0.95% | 0.61% | - |
| HSV(B) | 73.33º | 0.76% | 0.98% | - |
| XYZ | 61.04 | 82.12 | 17.05 | - |
| YUV | 215.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 61 | 0.17 | 0 | 0.76 | 0.02 | 73.33 | 0.95 | 0.61 |
| Hex | D0 | FA | 3D | 11 | 0 | 4C | 2 | 49 | 5F | 3D |
| Octal | 320 | 372 | 75 | 21 | 0 | 114 | 2 | 111 | 137 | 75 |
| Binary | 11010000 | 11111010 | 111101 | 10001 | 0 | 1001100 | 10 | 1001001 | 1011111 | 111101 |
Color Harmonies of #D0FA3D
Complementary color
Monochromatic Colors of #D0FA3D
Black with #D0FA3D
Text Example
Text Example
White with #D0FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA3D; }
p { color: rgb(208,250,61); }
H1.HeaderClassName
{
color: #D0FA3D;
}
.AnyTagClassName
{
color: #D0FA3D;
}
</style>
background-color css
<style>
a { background-color: #D0FA3D; }
a { background-color: rgb(208,250,61); }
div.DivClassName
{
background-color: #D0FA3D;
}
.BgClassName
{
background-color: #D0FA3D;
}
</style>
border-color css
<style>
span { border-color: #D0FA3D; }
span { border-color: rgb(208,250,61); }
td.TdClassName
{
border-color: #D0FA3D;
}
.TagClassName
{
border-color: #D0FA3D;
}
</style>