Shades of Spring Green #00EF75
Tints of Spring Green #00EF75
RGB
CMYK
RGB Variations
Color information
#00EF75 (or 0x00EF75) is known color: Spring Green. HEX triplet: 00, EF and 75. RGB value is (0,239,117). Sum of RGB (Red+Green+Blue) = 0+239+117=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #00EF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EF75 is #FF108A. Grayscale: #999999. Windows color (decimal): -16715915 or 7728896. OLE color: 7728896.
HSL color Cylindrical-coordinate representation of color #00EF75: hue angle of 149.37º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EF75 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 117 | - |
| CMYK | 1 | 0 | 0.51 | 0.06 |
| HSL | 149.37º | 1% | 0.47% | - |
| HSV(B) | 149.37º | 1% | 0.94% | - |
| XYZ | 34.08 | 63.02 | 27.2 | - |
| YUV | 153.63 | 107.32 | 18.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 117 | 1 | 0 | 0.51 | 0.06 | 149.37 | 1 | 0.47 |
| Hex | 0 | EF | 75 | 64 | 0 | 33 | 6 | 95 | 64 | 2F |
| Octal | 0 | 357 | 165 | 144 | 0 | 63 | 6 | 225 | 144 | 57 |
| Binary | 0 | 11101111 | 1110101 | 1100100 | 0 | 110011 | 110 | 10010101 | 1100100 | 101111 |
Color Harmonies of #00EF75
Complementary color
Monochromatic Colors of #00EF75
Black with #00EF75
Text Example
Text Example
White with #00EF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EF75; }
p { color: rgb(0,239,117); }
H1.HeaderClassName
{
color: #00EF75;
}
.AnyTagClassName
{
color: #00EF75;
}
</style>
background-color css
<style>
a { background-color: #00EF75; }
a { background-color: rgb(0,239,117); }
div.DivClassName
{
background-color: #00EF75;
}
.BgClassName
{
background-color: #00EF75;
}
</style>
border-color css
<style>
span { border-color: #00EF75; }
span { border-color: rgb(0,239,117); }
td.TdClassName
{
border-color: #00EF75;
}
.TagClassName
{
border-color: #00EF75;
}
</style>