Shades of Pear #D4F52D
Tints of Pear #D4F52D
RGB
CMYK
RGB Variations
Color information
#D4F52D (or 0xD4F52D) is known color: Pear. HEX triplet: D4, F5 and 2D. RGB value is (212,245,45). Sum of RGB (Red+Green+Blue) = 212+245+45=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F52D is #2B0AD2. Grayscale: #D5D5D5. Windows color (decimal): -2820819 or 3012052. OLE color: 3012052.
HSL color Cylindrical-coordinate representation of color #D4F52D: hue angle of 69.9º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4F52D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 245 | 45 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.04 |
| HSL | 69.9º | 0.91% | 0.57% | - |
| HSV(B) | 69.9º | 0.82% | 0.96% | - |
| XYZ | 60.28 | 79.49 | 14.65 | - |
| YUV | 212.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 245 | 45 | 0.13 | 0 | 0.82 | 0.04 | 69.9 | 0.91 | 0.57 |
| Hex | D4 | F5 | 2D | D | 0 | 52 | 4 | 46 | 5B | 39 |
| Octal | 324 | 365 | 55 | 15 | 0 | 122 | 4 | 106 | 133 | 71 |
| Binary | 11010100 | 11110101 | 101101 | 1101 | 0 | 1010010 | 100 | 1000110 | 1011011 | 111001 |
Color Harmonies of #D4F52D
Complementary color
Monochromatic Colors of #D4F52D
Black with #D4F52D
Text Example
Text Example
White with #D4F52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F52D; }
p { color: rgb(212,245,45); }
H1.HeaderClassName
{
color: #D4F52D;
}
.AnyTagClassName
{
color: #D4F52D;
}
</style>
background-color css
<style>
a { background-color: #D4F52D; }
a { background-color: rgb(212,245,45); }
div.DivClassName
{
background-color: #D4F52D;
}
.BgClassName
{
background-color: #D4F52D;
}
</style>
border-color css
<style>
span { border-color: #D4F52D; }
span { border-color: rgb(212,245,45); }
td.TdClassName
{
border-color: #D4F52D;
}
.TagClassName
{
border-color: #D4F52D;
}
</style>