Shades of Pear #D7FA30
Tints of Pear #D7FA30
RGB
CMYK
RGB Variations
Color information
#D7FA30 (or 0xD7FA30) is known color: Pear. HEX triplet: D7, FA and 30. RGB value is (215,250,48). Sum of RGB (Red+Green+Blue) = 215+250+48=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FA30 is #2805CF. Grayscale: #D9D9D9. Windows color (decimal): -2622928 or 3209943. OLE color: 3209943.
HSL color Cylindrical-coordinate representation of color #D7FA30: hue angle of 70.4º 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 #D7FA30 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 48 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.02 |
| HSL | 70.4º | 0.95% | 0.58% | - |
| HSV(B) | 70.4º | 0.81% | 0.98% | - |
| XYZ | 62.74 | 83.03 | 15.52 | - |
| YUV | 216.51 | 32.9 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 48 | 0.14 | 0 | 0.81 | 0.02 | 70.4 | 0.95 | 0.58 |
| Hex | D7 | FA | 30 | E | 0 | 51 | 2 | 46 | 5F | 3A |
| Octal | 327 | 372 | 60 | 16 | 0 | 121 | 2 | 106 | 137 | 72 |
| Binary | 11010111 | 11111010 | 110000 | 1110 | 0 | 1010001 | 10 | 1000110 | 1011111 | 111010 |
Color Harmonies of #D7FA30
Complementary color
Monochromatic Colors of #D7FA30
Black with #D7FA30
Text Example
Text Example
White with #D7FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA30; }
p { color: rgb(215,250,48); }
H1.HeaderClassName
{
color: #D7FA30;
}
.AnyTagClassName
{
color: #D7FA30;
}
</style>
background-color css
<style>
a { background-color: #D7FA30; }
a { background-color: rgb(215,250,48); }
div.DivClassName
{
background-color: #D7FA30;
}
.BgClassName
{
background-color: #D7FA30;
}
</style>
border-color css
<style>
span { border-color: #D7FA30; }
span { border-color: rgb(215,250,48); }
td.TdClassName
{
border-color: #D7FA30;
}
.TagClassName
{
border-color: #D7FA30;
}
</style>