Shades of Pear #D4F53D
Tints of Pear #D4F53D
RGB
CMYK
RGB Variations
Color information
#D4F53D (or 0xD4F53D) is known color: Pear. HEX triplet: D4, F5 and 3D. RGB value is (212,245,61). Sum of RGB (Red+Green+Blue) = 212+245+61=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F53D is #2B0AC2. Grayscale: #D6D6D6. Windows color (decimal): -2820803 or 4060628. OLE color: 4060628.
HSL color Cylindrical-coordinate representation of color #D4F53D: hue angle of 70.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4F53D is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 245 | 61 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.04 |
| HSL | 70.76º | 0.9% | 0.6% | - |
| HSV(B) | 70.76º | 0.75% | 0.96% | - |
| XYZ | 60.65 | 79.64 | 16.59 | - |
| YUV | 214.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 245 | 61 | 0.13 | 0 | 0.75 | 0.04 | 70.76 | 0.9 | 0.6 |
| Hex | D4 | F5 | 3D | D | 0 | 4B | 4 | 47 | 5A | 3C |
| Octal | 324 | 365 | 75 | 15 | 0 | 113 | 4 | 107 | 132 | 74 |
| Binary | 11010100 | 11110101 | 111101 | 1101 | 0 | 1001011 | 100 | 1000111 | 1011010 | 111100 |
Color Harmonies of #D4F53D
Complementary color
Monochromatic Colors of #D4F53D
Black with #D4F53D
Text Example
Text Example
White with #D4F53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F53D; }
p { color: rgb(212,245,61); }
H1.HeaderClassName
{
color: #D4F53D;
}
.AnyTagClassName
{
color: #D4F53D;
}
</style>
background-color css
<style>
a { background-color: #D4F53D; }
a { background-color: rgb(212,245,61); }
div.DivClassName
{
background-color: #D4F53D;
}
.BgClassName
{
background-color: #D4F53D;
}
</style>
border-color css
<style>
span { border-color: #D4F53D; }
span { border-color: rgb(212,245,61); }
td.TdClassName
{
border-color: #D4F53D;
}
.TagClassName
{
border-color: #D4F53D;
}
</style>