Shades of Pear #D4EF1B
Tints of Pear #D4EF1B
RGB
CMYK
RGB Variations
Color information
#D4EF1B (or 0xD4EF1B) is known color: Pear. HEX triplet: D4, EF and 1B. RGB value is (212,239,27). Sum of RGB (Red+Green+Blue) = 212+239+27=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF1B is #2B10E4. Grayscale: #CFCFCF. Windows color (decimal): -2822373 or 1830868. OLE color: 1830868.
HSL color Cylindrical-coordinate representation of color #D4EF1B: hue angle of 67.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4EF1B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.06 |
| HSL | 67.64º | 0.87% | 0.52% | - |
| HSV(B) | 67.64º | 0.89% | 0.94% | - |
| XYZ | 58.22 | 75.81 | 12.6 | - |
| YUV | 206.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 27 | 0.11 | 0 | 0.89 | 0.06 | 67.64 | 0.87 | 0.52 |
| Hex | D4 | EF | 1B | B | 0 | 59 | 6 | 44 | 57 | 34 |
| Octal | 324 | 357 | 33 | 13 | 0 | 131 | 6 | 104 | 127 | 64 |
| Binary | 11010100 | 11101111 | 11011 | 1011 | 0 | 1011001 | 110 | 1000100 | 1010111 | 110100 |
Color Harmonies of #D4EF1B
Complementary color
Monochromatic Colors of #D4EF1B
Black with #D4EF1B
Text Example
Text Example
White with #D4EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF1B; }
p { color: rgb(212,239,27); }
H1.HeaderClassName
{
color: #D4EF1B;
}
.AnyTagClassName
{
color: #D4EF1B;
}
</style>
background-color css
<style>
a { background-color: #D4EF1B; }
a { background-color: rgb(212,239,27); }
div.DivClassName
{
background-color: #D4EF1B;
}
.BgClassName
{
background-color: #D4EF1B;
}
</style>
border-color css
<style>
span { border-color: #D4EF1B; }
span { border-color: rgb(212,239,27); }
td.TdClassName
{
border-color: #D4EF1B;
}
.TagClassName
{
border-color: #D4EF1B;
}
</style>