Shades of Pear #D4E01B
Tints of Pear #D4E01B
RGB
CMYK
RGB Variations
Color information
#D4E01B (or 0xD4E01B) is known color: Pear. HEX triplet: D4, E0 and 1B. RGB value is (212,224,27). Sum of RGB (Red+Green+Blue) = 212+224+27=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E01B is #2B1FE4. Grayscale: #C6C6C6. Windows color (decimal): -2826213 or 1827028. OLE color: 1827028.
HSL color Cylindrical-coordinate representation of color #D4E01B: hue angle of 63.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4E01B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.12 |
| HSL | 63.65º | 0.78% | 0.49% | - |
| HSV(B) | 63.65º | 0.88% | 0.88% | - |
| XYZ | 54 | 67.39 | 11.2 | - |
| YUV | 197.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 27 | 0.05 | 0 | 0.88 | 0.12 | 63.65 | 0.78 | 0.49 |
| Hex | D4 | E0 | 1B | 5 | 0 | 58 | C | 40 | 4E | 31 |
| Octal | 324 | 340 | 33 | 5 | 0 | 130 | 14 | 100 | 116 | 61 |
| Binary | 11010100 | 11100000 | 11011 | 101 | 0 | 1011000 | 1100 | 1000000 | 1001110 | 110001 |
Color Harmonies of #D4E01B
Complementary color
Monochromatic Colors of #D4E01B
Black with #D4E01B
Text Example
Text Example
White with #D4E01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E01B; }
p { color: rgb(212,224,27); }
H1.HeaderClassName
{
color: #D4E01B;
}
.AnyTagClassName
{
color: #D4E01B;
}
</style>
background-color css
<style>
a { background-color: #D4E01B; }
a { background-color: rgb(212,224,27); }
div.DivClassName
{
background-color: #D4E01B;
}
.BgClassName
{
background-color: #D4E01B;
}
</style>
border-color css
<style>
span { border-color: #D4E01B; }
span { border-color: rgb(212,224,27); }
td.TdClassName
{
border-color: #D4E01B;
}
.TagClassName
{
border-color: #D4E01B;
}
</style>