Shades of Green Yellow #95EF3C
Tints of Green Yellow #95EF3C
RGB
CMYK
RGB Variations
Color information
#95EF3C (or 0x95EF3C) is known color: Green Yellow. HEX triplet: 95, EF and 3C. RGB value is (149,239,60). Sum of RGB (Red+Green+Blue) = 149+239+60=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EF3C is #6A10C3. Grayscale: #C0C0C0. Windows color (decimal): -6951108 or 3993493. OLE color: 3993493.
HSL color Cylindrical-coordinate representation of color #95EF3C: hue angle of 90.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95EF3C is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 60 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.06 |
| HSL | 90.17º | 0.85% | 0.59% | - |
| HSV(B) | 90.17º | 0.75% | 0.94% | - |
| XYZ | 44.08 | 68.45 | 15.16 | - |
| YUV | 191.68 | 53.68 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 60 | 0.38 | 0 | 0.75 | 0.06 | 90.17 | 0.85 | 0.59 |
| Hex | 95 | EF | 3C | 26 | 0 | 4B | 6 | 5A | 55 | 3B |
| Octal | 225 | 357 | 74 | 46 | 0 | 113 | 6 | 132 | 125 | 73 |
| Binary | 10010101 | 11101111 | 111100 | 100110 | 0 | 1001011 | 110 | 1011010 | 1010101 | 111011 |
Color Harmonies of #95EF3C
Complementary color
Monochromatic Colors of #95EF3C
Black with #95EF3C
Text Example
Text Example
White with #95EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF3C; }
p { color: rgb(149,239,60); }
H1.HeaderClassName
{
color: #95EF3C;
}
.AnyTagClassName
{
color: #95EF3C;
}
</style>
background-color css
<style>
a { background-color: #95EF3C; }
a { background-color: rgb(149,239,60); }
div.DivClassName
{
background-color: #95EF3C;
}
.BgClassName
{
background-color: #95EF3C;
}
</style>
border-color css
<style>
span { border-color: #95EF3C; }
span { border-color: rgb(149,239,60); }
td.TdClassName
{
border-color: #95EF3C;
}
.TagClassName
{
border-color: #95EF3C;
}
</style>