Shades of Pear #D6FA29
Tints of Pear #D6FA29
RGB
CMYK
RGB Variations
Color information
#D6FA29 (or 0xD6FA29) is known color: Pear. HEX triplet: D6, FA and 29. RGB value is (214,250,41). Sum of RGB (Red+Green+Blue) = 214+250+41=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA29 is #2905D6. Grayscale: #D8D8D8. Windows color (decimal): -2688471 or 2751190. OLE color: 2751190.
HSL color Cylindrical-coordinate representation of color #D6FA29: hue angle of 70.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6FA29 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 41 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.02 |
| HSL | 70.33º | 0.95% | 0.57% | - |
| HSV(B) | 70.33º | 0.84% | 0.98% | - |
| XYZ | 62.32 | 82.83 | 14.8 | - |
| YUV | 215.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 41 | 0.14 | 0 | 0.84 | 0.02 | 70.33 | 0.95 | 0.57 |
| Hex | D6 | FA | 29 | E | 0 | 54 | 2 | 46 | 5F | 39 |
| Octal | 326 | 372 | 51 | 16 | 0 | 124 | 2 | 106 | 137 | 71 |
| Binary | 11010110 | 11111010 | 101001 | 1110 | 0 | 1010100 | 10 | 1000110 | 1011111 | 111001 |
Color Harmonies of #D6FA29
Complementary color
Monochromatic Colors of #D6FA29
Black with #D6FA29
Text Example
Text Example
White with #D6FA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA29; }
p { color: rgb(214,250,41); }
H1.HeaderClassName
{
color: #D6FA29;
}
.AnyTagClassName
{
color: #D6FA29;
}
</style>
background-color css
<style>
a { background-color: #D6FA29; }
a { background-color: rgb(214,250,41); }
div.DivClassName
{
background-color: #D6FA29;
}
.BgClassName
{
background-color: #D6FA29;
}
</style>
border-color css
<style>
span { border-color: #D6FA29; }
span { border-color: rgb(214,250,41); }
td.TdClassName
{
border-color: #D6FA29;
}
.TagClassName
{
border-color: #D6FA29;
}
</style>