Shades of Pear #D0FC2F
Tints of Pear #D0FC2F
RGB
CMYK
RGB Variations
Color information
#D0FC2F (or 0xD0FC2F) is known color: Pear. HEX triplet: D0, FC and 2F. RGB value is (208,252,47). Sum of RGB (Red+Green+Blue) = 208+252+47=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FC2F is #2F03D0. Grayscale: #D8D8D8. Windows color (decimal): -3081169 or 3144912. OLE color: 3144912.
HSL color Cylindrical-coordinate representation of color #D0FC2F: hue angle of 72.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0FC2F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.01 |
| HSL | 72.88º | 0.97% | 0.59% | - |
| HSV(B) | 72.88º | 0.81% | 0.99% | - |
| XYZ | 61.34 | 83.24 | 15.52 | - |
| YUV | 215.47 | 32.92 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 47 | 0.17 | 0 | 0.81 | 0.01 | 72.88 | 0.97 | 0.59 |
| Hex | D0 | FC | 2F | 11 | 0 | 51 | 1 | 49 | 61 | 3B |
| Octal | 320 | 374 | 57 | 21 | 0 | 121 | 1 | 111 | 141 | 73 |
| Binary | 11010000 | 11111100 | 101111 | 10001 | 0 | 1010001 | 1 | 1001001 | 1100001 | 111011 |
Color Harmonies of #D0FC2F
Complementary color
Monochromatic Colors of #D0FC2F
Black with #D0FC2F
Text Example
Text Example
White with #D0FC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC2F; }
p { color: rgb(208,252,47); }
H1.HeaderClassName
{
color: #D0FC2F;
}
.AnyTagClassName
{
color: #D0FC2F;
}
</style>
background-color css
<style>
a { background-color: #D0FC2F; }
a { background-color: rgb(208,252,47); }
div.DivClassName
{
background-color: #D0FC2F;
}
.BgClassName
{
background-color: #D0FC2F;
}
</style>
border-color css
<style>
span { border-color: #D0FC2F; }
span { border-color: rgb(208,252,47); }
td.TdClassName
{
border-color: #D0FC2F;
}
.TagClassName
{
border-color: #D0FC2F;
}
</style>