Shades of Green Yellow #95F63A
Tints of Green Yellow #95F63A
RGB
CMYK
RGB Variations
Color information
#95F63A (or 0x95F63A) is known color: Green Yellow. HEX triplet: 95, F6 and 3A. RGB value is (149,246,58). Sum of RGB (Red+Green+Blue) = 149+246+58=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #95F63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F63A is #6A09C5. Grayscale: #C4C4C4. Windows color (decimal): -6949318 or 3864213. OLE color: 3864213.
HSL color Cylindrical-coordinate representation of color #95F63A: hue angle of 90.96º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95F63A is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 58 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.04 |
| HSL | 90.96º | 0.91% | 0.6% | - |
| HSV(B) | 90.96º | 0.76% | 0.96% | - |
| XYZ | 46.11 | 72.61 | 15.59 | - |
| YUV | 195.57 | 50.36 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 58 | 0.39 | 0 | 0.76 | 0.04 | 90.96 | 0.91 | 0.6 |
| Hex | 95 | F6 | 3A | 27 | 0 | 4C | 4 | 5B | 5B | 3C |
| Octal | 225 | 366 | 72 | 47 | 0 | 114 | 4 | 133 | 133 | 74 |
| Binary | 10010101 | 11110110 | 111010 | 100111 | 0 | 1001100 | 100 | 1011011 | 1011011 | 111100 |
Color Harmonies of #95F63A
Complementary color
Monochromatic Colors of #95F63A
Black with #95F63A
Text Example
Text Example
White with #95F63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F63A; }
p { color: rgb(149,246,58); }
H1.HeaderClassName
{
color: #95F63A;
}
.AnyTagClassName
{
color: #95F63A;
}
</style>
background-color css
<style>
a { background-color: #95F63A; }
a { background-color: rgb(149,246,58); }
div.DivClassName
{
background-color: #95F63A;
}
.BgClassName
{
background-color: #95F63A;
}
</style>
border-color css
<style>
span { border-color: #95F63A; }
span { border-color: rgb(149,246,58); }
td.TdClassName
{
border-color: #95F63A;
}
.TagClassName
{
border-color: #95F63A;
}
</style>