Shades of Pear #D6FF2D
Tints of Pear #D6FF2D
RGB
CMYK
RGB Variations
Color information
#D6FF2D (or 0xD6FF2D) is known color: Pear. HEX triplet: D6, FF and 2D. RGB value is (214,255,45). Sum of RGB (Red+Green+Blue) = 214+255+45=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF2D is #2900D2. Grayscale: #DBDBDB. Windows color (decimal): -2687187 or 3014614. OLE color: 3014614.
HSL color Cylindrical-coordinate representation of color #D6FF2D: hue angle of 71.71º 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 #D6FF2D is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 45 | - |
| CMYK | 0.16 | 0 | 0.82 | 0 |
| HSL | 71.71º | 1% | 0.59% | - |
| HSV(B) | 71.71º | 0.82% | 1% | - |
| XYZ | 63.97 | 86.01 | 15.71 | - |
| YUV | 218.8 | 29.92 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 45 | 0.16 | 0 | 0.82 | 0 | 71.71 | 1 | 0.59 |
| Hex | D6 | FF | 2D | 10 | 0 | 52 | 0 | 48 | 64 | 3B |
| Octal | 326 | 377 | 55 | 20 | 0 | 122 | 0 | 110 | 144 | 73 |
| Binary | 11010110 | 11111111 | 101101 | 10000 | 0 | 1010010 | 0 | 1001000 | 1100100 | 111011 |
Color Harmonies of #D6FF2D
Complementary color
Monochromatic Colors of #D6FF2D
Black with #D6FF2D
Text Example
Text Example
White with #D6FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF2D; }
p { color: rgb(214,255,45); }
H1.HeaderClassName
{
color: #D6FF2D;
}
.AnyTagClassName
{
color: #D6FF2D;
}
</style>
background-color css
<style>
a { background-color: #D6FF2D; }
a { background-color: rgb(214,255,45); }
div.DivClassName
{
background-color: #D6FF2D;
}
.BgClassName
{
background-color: #D6FF2D;
}
</style>
border-color css
<style>
span { border-color: #D6FF2D; }
span { border-color: rgb(214,255,45); }
td.TdClassName
{
border-color: #D6FF2D;
}
.TagClassName
{
border-color: #D6FF2D;
}
</style>