Shades of Pear #D4F11A
Tints of Pear #D4F11A
RGB
CMYK
RGB Variations
Color information
#D4F11A (or 0xD4F11A) is known color: Pear. HEX triplet: D4, F1 and 1A. RGB value is (212,241,26). Sum of RGB (Red+Green+Blue) = 212+241+26=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F11A is #2B0EE5. Grayscale: #D0D0D0. Windows color (decimal): -2821862 or 1765844. OLE color: 1765844.
HSL color Cylindrical-coordinate representation of color #D4F11A: hue angle of 68.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4F11A is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 26 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.05 |
| HSL | 68.09º | 0.88% | 0.52% | - |
| HSV(B) | 68.09º | 0.89% | 0.95% | - |
| XYZ | 58.79 | 76.98 | 12.74 | - |
| YUV | 207.82 | 25.39 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 26 | 0.12 | 0 | 0.89 | 0.05 | 68.09 | 0.88 | 0.52 |
| Hex | D4 | F1 | 1A | C | 0 | 59 | 5 | 44 | 58 | 34 |
| Octal | 324 | 361 | 32 | 14 | 0 | 131 | 5 | 104 | 130 | 64 |
| Binary | 11010100 | 11110001 | 11010 | 1100 | 0 | 1011001 | 101 | 1000100 | 1011000 | 110100 |
Color Harmonies of #D4F11A
Complementary color
Monochromatic Colors of #D4F11A
Black with #D4F11A
Text Example
Text Example
White with #D4F11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F11A; }
p { color: rgb(212,241,26); }
H1.HeaderClassName
{
color: #D4F11A;
}
.AnyTagClassName
{
color: #D4F11A;
}
</style>
background-color css
<style>
a { background-color: #D4F11A; }
a { background-color: rgb(212,241,26); }
div.DivClassName
{
background-color: #D4F11A;
}
.BgClassName
{
background-color: #D4F11A;
}
</style>
border-color css
<style>
span { border-color: #D4F11A; }
span { border-color: rgb(212,241,26); }
td.TdClassName
{
border-color: #D4F11A;
}
.TagClassName
{
border-color: #D4F11A;
}
</style>