Shades of Pear #D6FF2F
Tints of Pear #D6FF2F
RGB
CMYK
RGB Variations
Color information
#D6FF2F (or 0xD6FF2F) is known color: Pear. HEX triplet: D6, FF and 2F. RGB value is (214,255,47). Sum of RGB (Red+Green+Blue) = 214+255+47=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF2F is #2900D0. Grayscale: #DBDBDB. Windows color (decimal): -2687185 or 3145686. OLE color: 3145686.
HSL color Cylindrical-coordinate representation of color #D6FF2F: hue angle of 71.83º 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 #D6FF2F is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 47 | - |
| CMYK | 0.16 | 0 | 0.82 | 0 |
| HSL | 71.83º | 1% | 0.59% | - |
| HSV(B) | 71.83º | 0.82% | 1% | - |
| XYZ | 64 | 86.02 | 15.92 | - |
| YUV | 219.03 | 30.92 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 47 | 0.16 | 0 | 0.82 | 0 | 71.83 | 1 | 0.59 |
| Hex | D6 | FF | 2F | 10 | 0 | 52 | 0 | 48 | 64 | 3B |
| Octal | 326 | 377 | 57 | 20 | 0 | 122 | 0 | 110 | 144 | 73 |
| Binary | 11010110 | 11111111 | 101111 | 10000 | 0 | 1010010 | 0 | 1001000 | 1100100 | 111011 |
Color Harmonies of #D6FF2F
Complementary color
Monochromatic Colors of #D6FF2F
Black with #D6FF2F
Text Example
Text Example
White with #D6FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF2F; }
p { color: rgb(214,255,47); }
H1.HeaderClassName
{
color: #D6FF2F;
}
.AnyTagClassName
{
color: #D6FF2F;
}
</style>
background-color css
<style>
a { background-color: #D6FF2F; }
a { background-color: rgb(214,255,47); }
div.DivClassName
{
background-color: #D6FF2F;
}
.BgClassName
{
background-color: #D6FF2F;
}
</style>
border-color css
<style>
span { border-color: #D6FF2F; }
span { border-color: rgb(214,255,47); }
td.TdClassName
{
border-color: #D6FF2F;
}
.TagClassName
{
border-color: #D6FF2F;
}
</style>