Shades of Pear #D4EF21
Tints of Pear #D4EF21
RGB
CMYK
RGB Variations
Color information
#D4EF21 (or 0xD4EF21) is known color: Pear. HEX triplet: D4, EF and 21. RGB value is (212,239,33). Sum of RGB (Red+Green+Blue) = 212+239+33=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF21 is #2B10DE. Grayscale: #D0D0D0. Windows color (decimal): -2822367 or 2224084. OLE color: 2224084.
HSL color Cylindrical-coordinate representation of color #D4EF21: hue angle of 67.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4EF21 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.06 |
| HSL | 67.86º | 0.87% | 0.53% | - |
| HSV(B) | 67.86º | 0.86% | 0.94% | - |
| XYZ | 58.29 | 75.84 | 13.01 | - |
| YUV | 207.44 | 29.55 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 33 | 0.11 | 0 | 0.86 | 0.06 | 67.86 | 0.87 | 0.53 |
| Hex | D4 | EF | 21 | B | 0 | 56 | 6 | 44 | 57 | 35 |
| Octal | 324 | 357 | 41 | 13 | 0 | 126 | 6 | 104 | 127 | 65 |
| Binary | 11010100 | 11101111 | 100001 | 1011 | 0 | 1010110 | 110 | 1000100 | 1010111 | 110101 |
Color Harmonies of #D4EF21
Complementary color
Monochromatic Colors of #D4EF21
Black with #D4EF21
Text Example
Text Example
White with #D4EF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF21; }
p { color: rgb(212,239,33); }
H1.HeaderClassName
{
color: #D4EF21;
}
.AnyTagClassName
{
color: #D4EF21;
}
</style>
background-color css
<style>
a { background-color: #D4EF21; }
a { background-color: rgb(212,239,33); }
div.DivClassName
{
background-color: #D4EF21;
}
.BgClassName
{
background-color: #D4EF21;
}
</style>
border-color css
<style>
span { border-color: #D4EF21; }
span { border-color: rgb(212,239,33); }
td.TdClassName
{
border-color: #D4EF21;
}
.TagClassName
{
border-color: #D4EF21;
}
</style>