Shades of Pear #D4F21B
Tints of Pear #D4F21B
RGB
CMYK
RGB Variations
Color information
#D4F21B (or 0xD4F21B) is known color: Pear. HEX triplet: D4, F2 and 1B. RGB value is (212,242,27). Sum of RGB (Red+Green+Blue) = 212+242+27=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F21B is #2B0DE4. Grayscale: #D1D1D1. Windows color (decimal): -2821605 or 1831636. OLE color: 1831636.
HSL color Cylindrical-coordinate representation of color #D4F21B: hue angle of 68.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4F21B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 27 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.05 |
| HSL | 68.37º | 0.89% | 0.53% | - |
| HSV(B) | 68.37º | 0.89% | 0.95% | - |
| XYZ | 59.1 | 77.58 | 12.9 | - |
| YUV | 208.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 27 | 0.12 | 0 | 0.89 | 0.05 | 68.37 | 0.89 | 0.53 |
| Hex | D4 | F2 | 1B | C | 0 | 59 | 5 | 44 | 59 | 35 |
| Octal | 324 | 362 | 33 | 14 | 0 | 131 | 5 | 104 | 131 | 65 |
| Binary | 11010100 | 11110010 | 11011 | 1100 | 0 | 1011001 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D4F21B
Complementary color
Monochromatic Colors of #D4F21B
Black with #D4F21B
Text Example
Text Example
White with #D4F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F21B; }
p { color: rgb(212,242,27); }
H1.HeaderClassName
{
color: #D4F21B;
}
.AnyTagClassName
{
color: #D4F21B;
}
</style>
background-color css
<style>
a { background-color: #D4F21B; }
a { background-color: rgb(212,242,27); }
div.DivClassName
{
background-color: #D4F21B;
}
.BgClassName
{
background-color: #D4F21B;
}
</style>
border-color css
<style>
span { border-color: #D4F21B; }
span { border-color: rgb(212,242,27); }
td.TdClassName
{
border-color: #D4F21B;
}
.TagClassName
{
border-color: #D4F21B;
}
</style>