Shades of Yellow Green #95DB30
Tints of Yellow Green #95DB30
RGB
CMYK
RGB Variations
Color information
#95DB30 (or 0x95DB30) is known color: Yellow Green. HEX triplet: 95, DB and 30. RGB value is (149,219,48). Sum of RGB (Red+Green+Blue) = 149+219+48=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DB30 is #6A24CF. Grayscale: #B3B3B3. Windows color (decimal): -6956240 or 3201941. OLE color: 3201941.
HSL color Cylindrical-coordinate representation of color #95DB30: hue angle of 84.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95DB30 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 48 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.14 |
| HSL | 84.56º | 0.7% | 0.52% | - |
| HSV(B) | 84.56º | 0.78% | 0.86% | - |
| XYZ | 38.26 | 57.27 | 11.83 | - |
| YUV | 178.58 | 54.31 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 48 | 0.32 | 0 | 0.78 | 0.14 | 84.56 | 0.7 | 0.52 |
| Hex | 95 | DB | 30 | 20 | 0 | 4E | E | 55 | 46 | 34 |
| Octal | 225 | 333 | 60 | 40 | 0 | 116 | 16 | 125 | 106 | 64 |
| Binary | 10010101 | 11011011 | 110000 | 100000 | 0 | 1001110 | 1110 | 1010101 | 1000110 | 110100 |
Color Harmonies of #95DB30
Complementary color
Monochromatic Colors of #95DB30
Black with #95DB30
Text Example
Text Example
White with #95DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB30; }
p { color: rgb(149,219,48); }
H1.HeaderClassName
{
color: #95DB30;
}
.AnyTagClassName
{
color: #95DB30;
}
</style>
background-color css
<style>
a { background-color: #95DB30; }
a { background-color: rgb(149,219,48); }
div.DivClassName
{
background-color: #95DB30;
}
.BgClassName
{
background-color: #95DB30;
}
</style>
border-color css
<style>
span { border-color: #95DB30; }
span { border-color: rgb(149,219,48); }
td.TdClassName
{
border-color: #95DB30;
}
.TagClassName
{
border-color: #95DB30;
}
</style>