Shades of Green Yellow #95F63C
Tints of Green Yellow #95F63C
RGB
CMYK
RGB Variations
Color information
#95F63C (or 0x95F63C) is known color: Green Yellow. HEX triplet: 95, F6 and 3C. RGB value is (149,246,60). Sum of RGB (Red+Green+Blue) = 149+246+60=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #95F63C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F63C is #6A09C3. Grayscale: #C4C4C4. Windows color (decimal): -6949316 or 3995285. OLE color: 3995285.
HSL color Cylindrical-coordinate representation of color #95F63C: hue angle of 91.29º 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 #95F63C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 60 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.04 |
| HSL | 91.29º | 0.91% | 0.6% | - |
| HSV(B) | 91.29º | 0.76% | 0.96% | - |
| XYZ | 46.17 | 72.63 | 15.86 | - |
| YUV | 195.79 | 51.36 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 60 | 0.39 | 0 | 0.76 | 0.04 | 91.29 | 0.91 | 0.6 |
| Hex | 95 | F6 | 3C | 27 | 0 | 4C | 4 | 5B | 5B | 3C |
| Octal | 225 | 366 | 74 | 47 | 0 | 114 | 4 | 133 | 133 | 74 |
| Binary | 10010101 | 11110110 | 111100 | 100111 | 0 | 1001100 | 100 | 1011011 | 1011011 | 111100 |
Color Harmonies of #95F63C
Complementary color
Monochromatic Colors of #95F63C
Black with #95F63C
Text Example
Text Example
White with #95F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F63C; }
p { color: rgb(149,246,60); }
H1.HeaderClassName
{
color: #95F63C;
}
.AnyTagClassName
{
color: #95F63C;
}
</style>
background-color css
<style>
a { background-color: #95F63C; }
a { background-color: rgb(149,246,60); }
div.DivClassName
{
background-color: #95F63C;
}
.BgClassName
{
background-color: #95F63C;
}
</style>
border-color css
<style>
span { border-color: #95F63C; }
span { border-color: rgb(149,246,60); }
td.TdClassName
{
border-color: #95F63C;
}
.TagClassName
{
border-color: #95F63C;
}
</style>