Shades of Pear #D6FA30
Tints of Pear #D6FA30
RGB
CMYK
RGB Variations
Color information
#D6FA30 (or 0xD6FA30) is known color: Pear. HEX triplet: D6, FA and 30. RGB value is (214,250,48). Sum of RGB (Red+Green+Blue) = 214+250+48=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA30 is #2905CF. Grayscale: #D8D8D8. Windows color (decimal): -2688464 or 3209942. OLE color: 3209942.
HSL color Cylindrical-coordinate representation of color #D6FA30: hue angle of 70.69º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6FA30 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 48 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.02 |
| HSL | 70.69º | 0.95% | 0.58% | - |
| HSV(B) | 70.69º | 0.81% | 0.98% | - |
| XYZ | 62.45 | 82.88 | 15.5 | - |
| YUV | 216.21 | 33.07 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 48 | 0.14 | 0 | 0.81 | 0.02 | 70.69 | 0.95 | 0.58 |
| Hex | D6 | FA | 30 | E | 0 | 51 | 2 | 47 | 5F | 3A |
| Octal | 326 | 372 | 60 | 16 | 0 | 121 | 2 | 107 | 137 | 72 |
| Binary | 11010110 | 11111010 | 110000 | 1110 | 0 | 1010001 | 10 | 1000111 | 1011111 | 111010 |
Color Harmonies of #D6FA30
Complementary color
Monochromatic Colors of #D6FA30
Black with #D6FA30
Text Example
Text Example
White with #D6FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA30; }
p { color: rgb(214,250,48); }
H1.HeaderClassName
{
color: #D6FA30;
}
.AnyTagClassName
{
color: #D6FA30;
}
</style>
background-color css
<style>
a { background-color: #D6FA30; }
a { background-color: rgb(214,250,48); }
div.DivClassName
{
background-color: #D6FA30;
}
.BgClassName
{
background-color: #D6FA30;
}
</style>
border-color css
<style>
span { border-color: #D6FA30; }
span { border-color: rgb(214,250,48); }
td.TdClassName
{
border-color: #D6FA30;
}
.TagClassName
{
border-color: #D6FA30;
}
</style>