Shades of Green Yellow #9DFF42
Tints of Green Yellow #9DFF42
RGB
CMYK
RGB Variations
Color information
#9DFF42 (or 0x9DFF42) is known color: Green Yellow. HEX triplet: 9D, FF and 42. RGB value is (157,255,66). Sum of RGB (Red+Green+Blue) = 157+255+66=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DFF42 is #6200BD. Grayscale: #CCCCCC. Windows color (decimal): -6422718 or 4390813. OLE color: 4390813.
HSL color Cylindrical-coordinate representation of color #9DFF42: hue angle of 91.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DFF42 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 66 | - |
| CMYK | 0.38 | 0 | 0.74 | 0 |
| HSL | 91.11º | 1% | 0.63% | - |
| HSV(B) | 91.11º | 0.74% | 1% | - |
| XYZ | 50.65 | 79.08 | 17.75 | - |
| YUV | 204.15 | 50.03 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 66 | 0.38 | 0 | 0.74 | 0 | 91.11 | 1 | 0.63 |
| Hex | 9D | FF | 42 | 26 | 0 | 4A | 0 | 5B | 64 | 3F |
| Octal | 235 | 377 | 102 | 46 | 0 | 112 | 0 | 133 | 144 | 77 |
| Binary | 10011101 | 11111111 | 1000010 | 100110 | 0 | 1001010 | 0 | 1011011 | 1100100 | 111111 |
Color Harmonies of #9DFF42
Complementary color
Monochromatic Colors of #9DFF42
Black with #9DFF42
Text Example
Text Example
White with #9DFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF42; }
p { color: rgb(157,255,66); }
H1.HeaderClassName
{
color: #9DFF42;
}
.AnyTagClassName
{
color: #9DFF42;
}
</style>
background-color css
<style>
a { background-color: #9DFF42; }
a { background-color: rgb(157,255,66); }
div.DivClassName
{
background-color: #9DFF42;
}
.BgClassName
{
background-color: #9DFF42;
}
</style>
border-color css
<style>
span { border-color: #9DFF42; }
span { border-color: rgb(157,255,66); }
td.TdClassName
{
border-color: #9DFF42;
}
.TagClassName
{
border-color: #9DFF42;
}
</style>