Shades of Pear #D6FA36
Tints of Pear #D6FA36
RGB
CMYK
RGB Variations
Color information
#D6FA36 (or 0xD6FA36) is known color: Pear. HEX triplet: D6, FA and 36. RGB value is (214,250,54). Sum of RGB (Red+Green+Blue) = 214+250+54=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 54 (21.48% from 255 or 10.42% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA36 is #2905C9. Grayscale: #D9D9D9. Windows color (decimal): -2688458 or 3603158. OLE color: 3603158.
HSL color Cylindrical-coordinate representation of color #D6FA36: hue angle of 71.02º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6FA36 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 54 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.02 |
| HSL | 71.02º | 0.95% | 0.6% | - |
| HSV(B) | 71.02º | 0.78% | 0.98% | - |
| XYZ | 62.58 | 82.93 | 16.2 | - |
| YUV | 216.89 | 36.07 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 54 | 0.14 | 0 | 0.78 | 0.02 | 71.02 | 0.95 | 0.6 |
| Hex | D6 | FA | 36 | E | 0 | 4E | 2 | 47 | 5F | 3C |
| Octal | 326 | 372 | 66 | 16 | 0 | 116 | 2 | 107 | 137 | 74 |
| Binary | 11010110 | 11111010 | 110110 | 1110 | 0 | 1001110 | 10 | 1000111 | 1011111 | 111100 |
Color Harmonies of #D6FA36
Complementary color
Monochromatic Colors of #D6FA36
Black with #D6FA36
Text Example
Text Example
White with #D6FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA36; }
p { color: rgb(214,250,54); }
H1.HeaderClassName
{
color: #D6FA36;
}
.AnyTagClassName
{
color: #D6FA36;
}
</style>
background-color css
<style>
a { background-color: #D6FA36; }
a { background-color: rgb(214,250,54); }
div.DivClassName
{
background-color: #D6FA36;
}
.BgClassName
{
background-color: #D6FA36;
}
</style>
border-color css
<style>
span { border-color: #D6FA36; }
span { border-color: rgb(214,250,54); }
td.TdClassName
{
border-color: #D6FA36;
}
.TagClassName
{
border-color: #D6FA36;
}
</style>