Shades of Pear #D4F526
Tints of Pear #D4F526
RGB
CMYK
RGB Variations
Color information
#D4F526 (or 0xD4F526) is known color: Pear. HEX triplet: D4, F5 and 26. RGB value is (212,245,38). Sum of RGB (Red+Green+Blue) = 212+245+38=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F526 is #2B0AD9. Grayscale: #D4D4D4. Windows color (decimal): -2820826 or 2553300. OLE color: 2553300.
HSL color Cylindrical-coordinate representation of color #D4F526: hue angle of 69.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4F526 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 245 | 38 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.04 |
| HSL | 69.57º | 0.91% | 0.55% | - |
| HSV(B) | 69.57º | 0.84% | 0.96% | - |
| XYZ | 60.15 | 79.44 | 14 | - |
| YUV | 211.54 | 30.07 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 245 | 38 | 0.13 | 0 | 0.84 | 0.04 | 69.57 | 0.91 | 0.55 |
| Hex | D4 | F5 | 26 | D | 0 | 54 | 4 | 46 | 5B | 37 |
| Octal | 324 | 365 | 46 | 15 | 0 | 124 | 4 | 106 | 133 | 67 |
| Binary | 11010100 | 11110101 | 100110 | 1101 | 0 | 1010100 | 100 | 1000110 | 1011011 | 110111 |
Color Harmonies of #D4F526
Complementary color
Monochromatic Colors of #D4F526
Black with #D4F526
Text Example
Text Example
White with #D4F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F526; }
p { color: rgb(212,245,38); }
H1.HeaderClassName
{
color: #D4F526;
}
.AnyTagClassName
{
color: #D4F526;
}
</style>
background-color css
<style>
a { background-color: #D4F526; }
a { background-color: rgb(212,245,38); }
div.DivClassName
{
background-color: #D4F526;
}
.BgClassName
{
background-color: #D4F526;
}
</style>
border-color css
<style>
span { border-color: #D4F526; }
span { border-color: rgb(212,245,38); }
td.TdClassName
{
border-color: #D4F526;
}
.TagClassName
{
border-color: #D4F526;
}
</style>