Shades of Pear #D6FA34
Tints of Pear #D6FA34
RGB
CMYK
RGB Variations
Color information
#D6FA34 (or 0xD6FA34) is known color: Pear. HEX triplet: D6, FA and 34. RGB value is (214,250,52). Sum of RGB (Red+Green+Blue) = 214+250+52=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 52 (20.70% from 255 or 10.08% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA34 is #2905CB. Grayscale: #D9D9D9. Windows color (decimal): -2688460 or 3472086. OLE color: 3472086.
HSL color Cylindrical-coordinate representation of color #D6FA34: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6FA34 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 52 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.02 |
| HSL | 70.91º | 0.95% | 0.59% | - |
| HSV(B) | 70.91º | 0.79% | 0.98% | - |
| XYZ | 62.54 | 82.92 | 15.96 | - |
| YUV | 216.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 52 | 0.14 | 0 | 0.79 | 0.02 | 70.91 | 0.95 | 0.59 |
| Hex | D6 | FA | 34 | E | 0 | 4F | 2 | 47 | 5F | 3B |
| Octal | 326 | 372 | 64 | 16 | 0 | 117 | 2 | 107 | 137 | 73 |
| Binary | 11010110 | 11111010 | 110100 | 1110 | 0 | 1001111 | 10 | 1000111 | 1011111 | 111011 |
Color Harmonies of #D6FA34
Complementary color
Monochromatic Colors of #D6FA34
Black with #D6FA34
Text Example
Text Example
White with #D6FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA34; }
p { color: rgb(214,250,52); }
H1.HeaderClassName
{
color: #D6FA34;
}
.AnyTagClassName
{
color: #D6FA34;
}
</style>
background-color css
<style>
a { background-color: #D6FA34; }
a { background-color: rgb(214,250,52); }
div.DivClassName
{
background-color: #D6FA34;
}
.BgClassName
{
background-color: #D6FA34;
}
</style>
border-color css
<style>
span { border-color: #D6FA34; }
span { border-color: rgb(214,250,52); }
td.TdClassName
{
border-color: #D6FA34;
}
.TagClassName
{
border-color: #D6FA34;
}
</style>