Shades of Pear #D8FA30
Tints of Pear #D8FA30
RGB
CMYK
RGB Variations
Color information
#D8FA30 (or 0xD8FA30) is known color: Pear. HEX triplet: D8, FA and 30. RGB value is (216,250,48). Sum of RGB (Red+Green+Blue) = 216+250+48=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FA30 is #2705CF. Grayscale: #D9D9D9. Windows color (decimal): -2557392 or 3209944. OLE color: 3209944.
HSL color Cylindrical-coordinate representation of color #D8FA30: hue angle of 70.1º 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 #D8FA30 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 48 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.02 |
| HSL | 70.1º | 0.95% | 0.58% | - |
| HSV(B) | 70.1º | 0.81% | 0.98% | - |
| XYZ | 63.04 | 83.18 | 15.53 | - |
| YUV | 216.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 48 | 0.14 | 0 | 0.81 | 0.02 | 70.1 | 0.95 | 0.58 |
| Hex | D8 | FA | 30 | E | 0 | 51 | 2 | 46 | 5F | 3A |
| Octal | 330 | 372 | 60 | 16 | 0 | 121 | 2 | 106 | 137 | 72 |
| Binary | 11011000 | 11111010 | 110000 | 1110 | 0 | 1010001 | 10 | 1000110 | 1011111 | 111010 |
Color Harmonies of #D8FA30
Complementary color
Monochromatic Colors of #D8FA30
Black with #D8FA30
Text Example
Text Example
White with #D8FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FA30; }
p { color: rgb(216,250,48); }
H1.HeaderClassName
{
color: #D8FA30;
}
.AnyTagClassName
{
color: #D8FA30;
}
</style>
background-color css
<style>
a { background-color: #D8FA30; }
a { background-color: rgb(216,250,48); }
div.DivClassName
{
background-color: #D8FA30;
}
.BgClassName
{
background-color: #D8FA30;
}
</style>
border-color css
<style>
span { border-color: #D8FA30; }
span { border-color: rgb(216,250,48); }
td.TdClassName
{
border-color: #D8FA30;
}
.TagClassName
{
border-color: #D8FA30;
}
</style>