Shades of Spring Green #35FA78
Tints of Spring Green #35FA78
RGB
CMYK
RGB Variations
Color information
#35FA78 (or 0x35FA78) is known color: Spring Green. HEX triplet: 35, FA and 78. RGB value is (53,250,120). Sum of RGB (Red+Green+Blue) = 53+250+120=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FA78 is #CA0587. Grayscale: #B0B0B0. Windows color (decimal): -13239688 or 7928373. OLE color: 7928373.
HSL color Cylindrical-coordinate representation of color #35FA78: hue angle of 140.41º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA78 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 250 | 120 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.02 |
| HSL | 140.41º | 0.95% | 0.59% | - |
| HSV(B) | 140.41º | 0.79% | 0.98% | - |
| XYZ | 39.04 | 70.48 | 29.32 | - |
| YUV | 176.28 | 96.23 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 250 | 120 | 0.79 | 0 | 0.52 | 0.02 | 140.41 | 0.95 | 0.59 |
| Hex | 35 | FA | 78 | 4F | 0 | 34 | 2 | 8C | 5F | 3B |
| Octal | 65 | 372 | 170 | 117 | 0 | 64 | 2 | 214 | 137 | 73 |
| Binary | 110101 | 11111010 | 1111000 | 1001111 | 0 | 110100 | 10 | 10001100 | 1011111 | 111011 |
Color Harmonies of #35FA78
Complementary color
Monochromatic Colors of #35FA78
Black with #35FA78
Text Example
Text Example
White with #35FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FA78; }
p { color: rgb(53,250,120); }
H1.HeaderClassName
{
color: #35FA78;
}
.AnyTagClassName
{
color: #35FA78;
}
</style>
background-color css
<style>
a { background-color: #35FA78; }
a { background-color: rgb(53,250,120); }
div.DivClassName
{
background-color: #35FA78;
}
.BgClassName
{
background-color: #35FA78;
}
</style>
border-color css
<style>
span { border-color: #35FA78; }
span { border-color: rgb(53,250,120); }
td.TdClassName
{
border-color: #35FA78;
}
.TagClassName
{
border-color: #35FA78;
}
</style>