Shades of Spring Green #05FF65
Tints of Spring Green #05FF65
RGB
CMYK
RGB Variations
Color information
#05FF65 (or 0x05FF65) is known color: Spring Green. HEX triplet: 05, FF and 65. RGB value is (5,255,101). Sum of RGB (Red+Green+Blue) = 5+255+101=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FF65 is #FA009A. Grayscale: #A3A3A3. Windows color (decimal): -16384155 or 6684421. OLE color: 6684421.
HSL color Cylindrical-coordinate representation of color #05FF65: hue angle of 143.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF65 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 101 | - |
| CMYK | 0.98 | 0 | 0.60 | 0 |
| HSL | 143.04º | 1% | 0.51% | - |
| HSV(B) | 143.04º | 0.98% | 1% | - |
| XYZ | 38.17 | 72.49 | 24.29 | - |
| YUV | 162.69 | 93.18 | 15.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 101 | 0.98 | 0 | 0.60 | 0 | 143.04 | 1 | 0.51 |
| Hex | 5 | FF | 65 | 62 | 0 | 3C | 0 | 8F | 64 | 33 |
| Octal | 5 | 377 | 145 | 142 | 0 | 74 | 0 | 217 | 144 | 63 |
| Binary | 101 | 11111111 | 1100101 | 1100010 | 0 | 111100 | 0 | 10001111 | 1100100 | 110011 |
Color Harmonies of #05FF65
Complementary color
Monochromatic Colors of #05FF65
Black with #05FF65
Text Example
Text Example
White with #05FF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF65; }
p { color: rgb(5,255,101); }
H1.HeaderClassName
{
color: #05FF65;
}
.AnyTagClassName
{
color: #05FF65;
}
</style>
background-color css
<style>
a { background-color: #05FF65; }
a { background-color: rgb(5,255,101); }
div.DivClassName
{
background-color: #05FF65;
}
.BgClassName
{
background-color: #05FF65;
}
</style>
border-color css
<style>
span { border-color: #05FF65; }
span { border-color: rgb(5,255,101); }
td.TdClassName
{
border-color: #05FF65;
}
.TagClassName
{
border-color: #05FF65;
}
</style>