Shades of Spring Green #35FF86
Tints of Spring Green #35FF86
RGB
CMYK
RGB Variations
Color information
#35FF86 (or 0x35FF86) is known color: Spring Green. HEX triplet: 35, FF and 86. RGB value is (53,255,134). Sum of RGB (Red+Green+Blue) = 53+255+134=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FF86 is #CA0079. Grayscale: #B5B5B5. Windows color (decimal): -13238394 or 8847157. OLE color: 8847157.
HSL color Cylindrical-coordinate representation of color #35FF86: hue angle of 144.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF86 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 134 | - |
| CMYK | 0.79 | 0 | 0.47 | 0 |
| HSL | 144.06º | 1% | 0.6% | - |
| HSV(B) | 144.06º | 0.79% | 1% | - |
| XYZ | 41.53 | 74 | 34.65 | - |
| YUV | 180.81 | 101.58 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 134 | 0.79 | 0 | 0.47 | 0 | 144.06 | 1 | 0.6 |
| Hex | 35 | FF | 86 | 4F | 0 | 2F | 0 | 90 | 64 | 3C |
| Octal | 65 | 377 | 206 | 117 | 0 | 57 | 0 | 220 | 144 | 74 |
| Binary | 110101 | 11111111 | 10000110 | 1001111 | 0 | 101111 | 0 | 10010000 | 1100100 | 111100 |
Color Harmonies of #35FF86
Complementary color
Monochromatic Colors of #35FF86
Black with #35FF86
Text Example
Text Example
White with #35FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FF86; }
p { color: rgb(53,255,134); }
H1.HeaderClassName
{
color: #35FF86;
}
.AnyTagClassName
{
color: #35FF86;
}
</style>
background-color css
<style>
a { background-color: #35FF86; }
a { background-color: rgb(53,255,134); }
div.DivClassName
{
background-color: #35FF86;
}
.BgClassName
{
background-color: #35FF86;
}
</style>
border-color css
<style>
span { border-color: #35FF86; }
span { border-color: rgb(53,255,134); }
td.TdClassName
{
border-color: #35FF86;
}
.TagClassName
{
border-color: #35FF86;
}
</style>