Shades of Pear #D6FF3C
Tints of Pear #D6FF3C
RGB
CMYK
RGB Variations
Color information
#D6FF3C (or 0xD6FF3C) is known color: Pear. HEX triplet: D6, FF and 3C. RGB value is (214,255,60). Sum of RGB (Red+Green+Blue) = 214+255+60=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF3C is #2900C3. Grayscale: #DDDDDD. Windows color (decimal): -2687172 or 3997654. OLE color: 3997654.
HSL color Cylindrical-coordinate representation of color #D6FF3C: hue angle of 72.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6FF3C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 60 | - |
| CMYK | 0.16 | 0 | 0.76 | 0 |
| HSL | 72.62º | 1% | 0.62% | - |
| HSV(B) | 72.62º | 0.76% | 1% | - |
| XYZ | 64.31 | 86.14 | 17.51 | - |
| YUV | 220.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 60 | 0.16 | 0 | 0.76 | 0 | 72.62 | 1 | 0.62 |
| Hex | D6 | FF | 3C | 10 | 0 | 4C | 0 | 49 | 64 | 3E |
| Octal | 326 | 377 | 74 | 20 | 0 | 114 | 0 | 111 | 144 | 76 |
| Binary | 11010110 | 11111111 | 111100 | 10000 | 0 | 1001100 | 0 | 1001001 | 1100100 | 111110 |
Color Harmonies of #D6FF3C
Complementary color
Monochromatic Colors of #D6FF3C
Black with #D6FF3C
Text Example
Text Example
White with #D6FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF3C; }
p { color: rgb(214,255,60); }
H1.HeaderClassName
{
color: #D6FF3C;
}
.AnyTagClassName
{
color: #D6FF3C;
}
</style>
background-color css
<style>
a { background-color: #D6FF3C; }
a { background-color: rgb(214,255,60); }
div.DivClassName
{
background-color: #D6FF3C;
}
.BgClassName
{
background-color: #D6FF3C;
}
</style>
border-color css
<style>
span { border-color: #D6FF3C; }
span { border-color: rgb(214,255,60); }
td.TdClassName
{
border-color: #D6FF3C;
}
.TagClassName
{
border-color: #D6FF3C;
}
</style>