Shades of Pear #D4F522
Tints of Pear #D4F522
RGB
CMYK
RGB Variations
Color information
#D4F522 (or 0xD4F522) is known color: Pear. HEX triplet: D4, F5 and 22. RGB value is (212,245,34). Sum of RGB (Red+Green+Blue) = 212+245+34=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F522 is #2B0ADD. Grayscale: #D3D3D3. Windows color (decimal): -2820830 or 2291156. OLE color: 2291156.
HSL color Cylindrical-coordinate representation of color #D4F522: hue angle of 69.38º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4F522 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 245 | 34 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.04 |
| HSL | 69.38º | 0.91% | 0.55% | - |
| HSV(B) | 69.38º | 0.86% | 0.96% | - |
| XYZ | 60.09 | 79.42 | 13.68 | - |
| YUV | 211.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 245 | 34 | 0.13 | 0 | 0.86 | 0.04 | 69.38 | 0.91 | 0.55 |
| Hex | D4 | F5 | 22 | D | 0 | 56 | 4 | 45 | 5B | 37 |
| Octal | 324 | 365 | 42 | 15 | 0 | 126 | 4 | 105 | 133 | 67 |
| Binary | 11010100 | 11110101 | 100010 | 1101 | 0 | 1010110 | 100 | 1000101 | 1011011 | 110111 |
Color Harmonies of #D4F522
Complementary color
Monochromatic Colors of #D4F522
Black with #D4F522
Text Example
Text Example
White with #D4F522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F522; }
p { color: rgb(212,245,34); }
H1.HeaderClassName
{
color: #D4F522;
}
.AnyTagClassName
{
color: #D4F522;
}
</style>
background-color css
<style>
a { background-color: #D4F522; }
a { background-color: rgb(212,245,34); }
div.DivClassName
{
background-color: #D4F522;
}
.BgClassName
{
background-color: #D4F522;
}
</style>
border-color css
<style>
span { border-color: #D4F522; }
span { border-color: rgb(212,245,34); }
td.TdClassName
{
border-color: #D4F522;
}
.TagClassName
{
border-color: #D4F522;
}
</style>