Shades of Green Yellow #99EF2D
Tints of Green Yellow #99EF2D
RGB
CMYK
RGB Variations
Color information
#99EF2D (or 0x99EF2D) is known color: Green Yellow. HEX triplet: 99, EF and 2D. RGB value is (153,239,45). Sum of RGB (Red+Green+Blue) = 153+239+45=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EF2D is #6610D2. Grayscale: #BFBFBF. Windows color (decimal): -6688979 or 3010457. OLE color: 3010457.
HSL color Cylindrical-coordinate representation of color #99EF2D: hue angle of 86.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99EF2D is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 45 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.06 |
| HSL | 86.6º | 0.86% | 0.56% | - |
| HSV(B) | 86.6º | 0.81% | 0.94% | - |
| XYZ | 44.48 | 68.69 | 13.4 | - |
| YUV | 191.17 | 45.51 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 45 | 0.36 | 0 | 0.81 | 0.06 | 86.6 | 0.86 | 0.56 |
| Hex | 99 | EF | 2D | 24 | 0 | 51 | 6 | 57 | 56 | 38 |
| Octal | 231 | 357 | 55 | 44 | 0 | 121 | 6 | 127 | 126 | 70 |
| Binary | 10011001 | 11101111 | 101101 | 100100 | 0 | 1010001 | 110 | 1010111 | 1010110 | 111000 |
Color Harmonies of #99EF2D
Complementary color
Monochromatic Colors of #99EF2D
Black with #99EF2D
Text Example
Text Example
White with #99EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EF2D; }
p { color: rgb(153,239,45); }
H1.HeaderClassName
{
color: #99EF2D;
}
.AnyTagClassName
{
color: #99EF2D;
}
</style>
background-color css
<style>
a { background-color: #99EF2D; }
a { background-color: rgb(153,239,45); }
div.DivClassName
{
background-color: #99EF2D;
}
.BgClassName
{
background-color: #99EF2D;
}
</style>
border-color css
<style>
span { border-color: #99EF2D; }
span { border-color: rgb(153,239,45); }
td.TdClassName
{
border-color: #99EF2D;
}
.TagClassName
{
border-color: #99EF2D;
}
</style>