Shades of Green Yellow #99FF38
Tints of Green Yellow #99FF38
RGB
CMYK
RGB Variations
Color information
#99FF38 (or 0x99FF38) is known color: Green Yellow. HEX triplet: 99, FF and 38. RGB value is (153,255,56). Sum of RGB (Red+Green+Blue) = 153+255+56=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #99FF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99FF38 is #6600C7. Grayscale: #CACACA. Windows color (decimal): -6684872 or 3735449. OLE color: 3735449.
HSL color Cylindrical-coordinate representation of color #99FF38: hue angle of 90.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99FF38 is Cyan = 0.4, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 56 | - |
| CMYK | 0.4 | 0 | 0.78 | 0 |
| HSL | 90.75º | 1% | 0.61% | - |
| HSV(B) | 90.75º | 0.78% | 1% | - |
| XYZ | 49.61 | 78.58 | 16.29 | - |
| YUV | 201.82 | 45.71 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 56 | 0.4 | 0 | 0.78 | 0 | 90.75 | 1 | 0.61 |
| Hex | 99 | FF | 38 | 28 | 0 | 4E | 0 | 5B | 64 | 3D |
| Octal | 231 | 377 | 70 | 50 | 0 | 116 | 0 | 133 | 144 | 75 |
| Binary | 10011001 | 11111111 | 111000 | 101000 | 0 | 1001110 | 0 | 1011011 | 1100100 | 111101 |
Color Harmonies of #99FF38
Complementary color
Monochromatic Colors of #99FF38
Black with #99FF38
Text Example
Text Example
White with #99FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FF38; }
p { color: rgb(153,255,56); }
H1.HeaderClassName
{
color: #99FF38;
}
.AnyTagClassName
{
color: #99FF38;
}
</style>
background-color css
<style>
a { background-color: #99FF38; }
a { background-color: rgb(153,255,56); }
div.DivClassName
{
background-color: #99FF38;
}
.BgClassName
{
background-color: #99FF38;
}
</style>
border-color css
<style>
span { border-color: #99FF38; }
span { border-color: rgb(153,255,56); }
td.TdClassName
{
border-color: #99FF38;
}
.TagClassName
{
border-color: #99FF38;
}
</style>