Shades of Spring Green #36FB85
Tints of Spring Green #36FB85
RGB
CMYK
RGB Variations
Color information
#36FB85 (or 0x36FB85) is known color: Spring Green. HEX triplet: 36, FB and 85. RGB value is (54,251,133). Sum of RGB (Red+Green+Blue) = 54+251+133=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #36FB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FB85 is #C9047A. Grayscale: #B2B2B2. Windows color (decimal): -13173883 or 8780598. OLE color: 8780598.
HSL color Cylindrical-coordinate representation of color #36FB85: hue angle of 144.06º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FB85 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 251 | 133 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.02 |
| HSL | 144.06º | 0.96% | 0.6% | - |
| HSV(B) | 144.06º | 0.78% | 0.98% | - |
| XYZ | 40.25 | 71.47 | 33.86 | - |
| YUV | 178.65 | 102.23 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 251 | 133 | 0.78 | 0 | 0.47 | 0.02 | 144.06 | 0.96 | 0.6 |
| Hex | 36 | FB | 85 | 4E | 0 | 2F | 2 | 90 | 60 | 3C |
| Octal | 66 | 373 | 205 | 116 | 0 | 57 | 2 | 220 | 140 | 74 |
| Binary | 110110 | 11111011 | 10000101 | 1001110 | 0 | 101111 | 10 | 10010000 | 1100000 | 111100 |
Color Harmonies of #36FB85
Complementary color
Monochromatic Colors of #36FB85
Black with #36FB85
Text Example
Text Example
White with #36FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FB85; }
p { color: rgb(54,251,133); }
H1.HeaderClassName
{
color: #36FB85;
}
.AnyTagClassName
{
color: #36FB85;
}
</style>
background-color css
<style>
a { background-color: #36FB85; }
a { background-color: rgb(54,251,133); }
div.DivClassName
{
background-color: #36FB85;
}
.BgClassName
{
background-color: #36FB85;
}
</style>
border-color css
<style>
span { border-color: #36FB85; }
span { border-color: rgb(54,251,133); }
td.TdClassName
{
border-color: #36FB85;
}
.TagClassName
{
border-color: #36FB85;
}
</style>