Shades of Pear #D0F52A
Tints of Pear #D0F52A
RGB
CMYK
RGB Variations
Color information
#D0F52A (or 0xD0F52A) is known color: Pear. HEX triplet: D0, F5 and 2A. RGB value is (208,245,42). Sum of RGB (Red+Green+Blue) = 208+245+42=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F52A is #2F0AD5. Grayscale: #D3D3D3. Windows color (decimal): -3082966 or 2815440. OLE color: 2815440.
HSL color Cylindrical-coordinate representation of color #D0F52A: hue angle of 70.94º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0F52A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 42 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.04 |
| HSL | 70.94º | 0.91% | 0.56% | - |
| HSV(B) | 70.94º | 0.83% | 0.96% | - |
| XYZ | 59.08 | 78.88 | 14.3 | - |
| YUV | 210.8 | 32.74 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 42 | 0.15 | 0 | 0.83 | 0.04 | 70.94 | 0.91 | 0.56 |
| Hex | D0 | F5 | 2A | F | 0 | 53 | 4 | 47 | 5B | 38 |
| Octal | 320 | 365 | 52 | 17 | 0 | 123 | 4 | 107 | 133 | 70 |
| Binary | 11010000 | 11110101 | 101010 | 1111 | 0 | 1010011 | 100 | 1000111 | 1011011 | 111000 |
Color Harmonies of #D0F52A
Complementary color
Monochromatic Colors of #D0F52A
Black with #D0F52A
Text Example
Text Example
White with #D0F52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F52A; }
p { color: rgb(208,245,42); }
H1.HeaderClassName
{
color: #D0F52A;
}
.AnyTagClassName
{
color: #D0F52A;
}
</style>
background-color css
<style>
a { background-color: #D0F52A; }
a { background-color: rgb(208,245,42); }
div.DivClassName
{
background-color: #D0F52A;
}
.BgClassName
{
background-color: #D0F52A;
}
</style>
border-color css
<style>
span { border-color: #D0F52A; }
span { border-color: rgb(208,245,42); }
td.TdClassName
{
border-color: #D0F52A;
}
.TagClassName
{
border-color: #D0F52A;
}
</style>