Shades of Pear #D6F730
Tints of Pear #D6F730
RGB
CMYK
RGB Variations
Color information
#D6F730 (or 0xD6F730) is known color: Pear. HEX triplet: D6, F7 and 30. RGB value is (214,247,48). Sum of RGB (Red+Green+Blue) = 214+247+48=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F730 is #2908CF. Grayscale: #D7D7D7. Windows color (decimal): -2689232 or 3209174. OLE color: 3209174.
HSL color Cylindrical-coordinate representation of color #D6F730: hue angle of 69.95º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6F730 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 48 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.03 |
| HSL | 69.95º | 0.93% | 0.58% | - |
| HSV(B) | 69.95º | 0.81% | 0.97% | - |
| XYZ | 61.53 | 81.03 | 15.19 | - |
| YUV | 214.45 | 34.07 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 48 | 0.13 | 0 | 0.81 | 0.03 | 69.95 | 0.93 | 0.58 |
| Hex | D6 | F7 | 30 | D | 0 | 51 | 3 | 46 | 5D | 3A |
| Octal | 326 | 367 | 60 | 15 | 0 | 121 | 3 | 106 | 135 | 72 |
| Binary | 11010110 | 11110111 | 110000 | 1101 | 0 | 1010001 | 11 | 1000110 | 1011101 | 111010 |
Color Harmonies of #D6F730
Complementary color
Monochromatic Colors of #D6F730
Black with #D6F730
Text Example
Text Example
White with #D6F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F730; }
p { color: rgb(214,247,48); }
H1.HeaderClassName
{
color: #D6F730;
}
.AnyTagClassName
{
color: #D6F730;
}
</style>
background-color css
<style>
a { background-color: #D6F730; }
a { background-color: rgb(214,247,48); }
div.DivClassName
{
background-color: #D6F730;
}
.BgClassName
{
background-color: #D6F730;
}
</style>
border-color css
<style>
span { border-color: #D6F730; }
span { border-color: rgb(214,247,48); }
td.TdClassName
{
border-color: #D6F730;
}
.TagClassName
{
border-color: #D6F730;
}
</style>