Shades of Pear #D0FE2F
Tints of Pear #D0FE2F
RGB
CMYK
RGB Variations
Color information
#D0FE2F (or 0xD0FE2F) is known color: Pear. HEX triplet: D0, FE and 2F. RGB value is (208,254,47). Sum of RGB (Red+Green+Blue) = 208+254+47=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE2F is #2F01D0. Grayscale: #D9D9D9. Windows color (decimal): -3080657 or 3145424. OLE color: 3145424.
HSL color Cylindrical-coordinate representation of color #D0FE2F: hue angle of 73.33º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0FE2F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 47 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.00 |
| HSL | 73.33º | 0.99% | 0.59% | - |
| HSV(B) | 73.33º | 0.81% | 1% | - |
| XYZ | 61.97 | 84.5 | 15.73 | - |
| YUV | 216.65 | 32.26 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 47 | 0.18 | 0 | 0.81 | 0.00 | 73.33 | 0.99 | 0.59 |
| Hex | D0 | FE | 2F | 12 | 0 | 51 | 0 | 49 | 63 | 3B |
| Octal | 320 | 376 | 57 | 22 | 0 | 121 | 0 | 111 | 143 | 73 |
| Binary | 11010000 | 11111110 | 101111 | 10010 | 0 | 1010001 | 0 | 1001001 | 1100011 | 111011 |
Color Harmonies of #D0FE2F
Complementary color
Monochromatic Colors of #D0FE2F
Black with #D0FE2F
Text Example
Text Example
White with #D0FE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE2F; }
p { color: rgb(208,254,47); }
H1.HeaderClassName
{
color: #D0FE2F;
}
.AnyTagClassName
{
color: #D0FE2F;
}
</style>
background-color css
<style>
a { background-color: #D0FE2F; }
a { background-color: rgb(208,254,47); }
div.DivClassName
{
background-color: #D0FE2F;
}
.BgClassName
{
background-color: #D0FE2F;
}
</style>
border-color css
<style>
span { border-color: #D0FE2F; }
span { border-color: rgb(208,254,47); }
td.TdClassName
{
border-color: #D0FE2F;
}
.TagClassName
{
border-color: #D0FE2F;
}
</style>