Shades of Pear #D4FF2E
Tints of Pear #D4FF2E
RGB
CMYK
RGB Variations
Color information
#D4FF2E (or 0xD4FF2E) is known color: Pear. HEX triplet: D4, FF and 2E. RGB value is (212,255,46). Sum of RGB (Red+Green+Blue) = 212+255+46=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF2E is #2B00D1. Grayscale: #DBDBDB. Windows color (decimal): -2818258 or 3080148. OLE color: 3080148.
HSL color Cylindrical-coordinate representation of color #D4FF2E: hue angle of 72.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4FF2E is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 46 | - |
| CMYK | 0.17 | 0 | 0.82 | 0 |
| HSL | 72.34º | 1% | 0.59% | - |
| HSV(B) | 72.34º | 0.82% | 1% | - |
| XYZ | 63.4 | 85.71 | 15.79 | - |
| YUV | 218.32 | 30.75 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 46 | 0.17 | 0 | 0.82 | 0 | 72.34 | 1 | 0.59 |
| Hex | D4 | FF | 2E | 11 | 0 | 52 | 0 | 48 | 64 | 3B |
| Octal | 324 | 377 | 56 | 21 | 0 | 122 | 0 | 110 | 144 | 73 |
| Binary | 11010100 | 11111111 | 101110 | 10001 | 0 | 1010010 | 0 | 1001000 | 1100100 | 111011 |
Color Harmonies of #D4FF2E
Complementary color
Monochromatic Colors of #D4FF2E
Black with #D4FF2E
Text Example
Text Example
White with #D4FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF2E; }
p { color: rgb(212,255,46); }
H1.HeaderClassName
{
color: #D4FF2E;
}
.AnyTagClassName
{
color: #D4FF2E;
}
</style>
background-color css
<style>
a { background-color: #D4FF2E; }
a { background-color: rgb(212,255,46); }
div.DivClassName
{
background-color: #D4FF2E;
}
.BgClassName
{
background-color: #D4FF2E;
}
</style>
border-color css
<style>
span { border-color: #D4FF2E; }
span { border-color: rgb(212,255,46); }
td.TdClassName
{
border-color: #D4FF2E;
}
.TagClassName
{
border-color: #D4FF2E;
}
</style>