Shades of Pear #D0F72A
Tints of Pear #D0F72A
RGB
CMYK
RGB Variations
Color information
#D0F72A (or 0xD0F72A) is known color: Pear. HEX triplet: D0, F7 and 2A. RGB value is (208,247,42). Sum of RGB (Red+Green+Blue) = 208+247+42=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F72A is #2F08D5. Grayscale: #D4D4D4. Windows color (decimal): -3082454 or 2815952. OLE color: 2815952.
HSL color Cylindrical-coordinate representation of color #D0F72A: hue angle of 71.41º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0F72A is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 42 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.03 |
| HSL | 71.41º | 0.93% | 0.57% | - |
| HSV(B) | 71.41º | 0.83% | 0.97% | - |
| XYZ | 59.69 | 80.1 | 14.51 | - |
| YUV | 211.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 42 | 0.16 | 0 | 0.83 | 0.03 | 71.41 | 0.93 | 0.57 |
| Hex | D0 | F7 | 2A | 10 | 0 | 53 | 3 | 47 | 5D | 39 |
| Octal | 320 | 367 | 52 | 20 | 0 | 123 | 3 | 107 | 135 | 71 |
| Binary | 11010000 | 11110111 | 101010 | 10000 | 0 | 1010011 | 11 | 1000111 | 1011101 | 111001 |
Color Harmonies of #D0F72A
Complementary color
Monochromatic Colors of #D0F72A
Black with #D0F72A
Text Example
Text Example
White with #D0F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F72A; }
p { color: rgb(208,247,42); }
H1.HeaderClassName
{
color: #D0F72A;
}
.AnyTagClassName
{
color: #D0F72A;
}
</style>
background-color css
<style>
a { background-color: #D0F72A; }
a { background-color: rgb(208,247,42); }
div.DivClassName
{
background-color: #D0F72A;
}
.BgClassName
{
background-color: #D0F72A;
}
</style>
border-color css
<style>
span { border-color: #D0F72A; }
span { border-color: rgb(208,247,42); }
td.TdClassName
{
border-color: #D0F72A;
}
.TagClassName
{
border-color: #D0F72A;
}
</style>