Shades of Pear #D0FA2D
Tints of Pear #D0FA2D
RGB
CMYK
RGB Variations
Color information
#D0FA2D (or 0xD0FA2D) is known color: Pear. HEX triplet: D0, FA and 2D. RGB value is (208,250,45). Sum of RGB (Red+Green+Blue) = 208+250+45=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA2D is #2F05D2. Grayscale: #D6D6D6. Windows color (decimal): -3081683 or 3013328. OLE color: 3013328.
HSL color Cylindrical-coordinate representation of color #D0FA2D: hue angle of 72.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0FA2D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 45 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.29º | 0.95% | 0.58% | - |
| HSV(B) | 72.29º | 0.82% | 0.98% | - |
| XYZ | 60.67 | 81.97 | 15.11 | - |
| YUV | 214.07 | 32.59 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 45 | 0.17 | 0 | 0.82 | 0.02 | 72.29 | 0.95 | 0.58 |
| Hex | D0 | FA | 2D | 11 | 0 | 52 | 2 | 48 | 5F | 3A |
| Octal | 320 | 372 | 55 | 21 | 0 | 122 | 2 | 110 | 137 | 72 |
| Binary | 11010000 | 11111010 | 101101 | 10001 | 0 | 1010010 | 10 | 1001000 | 1011111 | 111010 |
Color Harmonies of #D0FA2D
Complementary color
Monochromatic Colors of #D0FA2D
Black with #D0FA2D
Text Example
Text Example
White with #D0FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA2D; }
p { color: rgb(208,250,45); }
H1.HeaderClassName
{
color: #D0FA2D;
}
.AnyTagClassName
{
color: #D0FA2D;
}
</style>
background-color css
<style>
a { background-color: #D0FA2D; }
a { background-color: rgb(208,250,45); }
div.DivClassName
{
background-color: #D0FA2D;
}
.BgClassName
{
background-color: #D0FA2D;
}
</style>
border-color css
<style>
span { border-color: #D0FA2D; }
span { border-color: rgb(208,250,45); }
td.TdClassName
{
border-color: #D0FA2D;
}
.TagClassName
{
border-color: #D0FA2D;
}
</style>