#35FD86

Color #35FD86 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #35FD86

Tints of Spring Green #35FD86

Color information

#35FD86 (or 0x35FD86) is unknown color: approx Spring Green. HEX triplet: 35, FD and 86. RGB value is (53,253,134). Sum of RGB (Red+Green+Blue) = 53+253+134=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #35FD86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FD86 is #CA0279. Grayscale: #B3B3B3. Windows color (decimal): -13238906 or 8846645. OLE color: 8846645.

HSL color Cylindrical-coordinate representation of color #35FD86: hue angle of 144.3º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FD86 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB53253134-
CMYK0.7900.470.01
HSL144.3º98.04%60%-
HSV(B)144.3º79.05%99.22%-
XYZ40.972.7334.44-
YUV179.63102.2437.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 12.05%
GREEN value IS 253 (99.22% from 255) = 57.5%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=12.05%
G=57.5%
B=30.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532531340.7900.470.01144.398.0460
Hex35FD864F02F190623c
Octal65375206117057122014274
Binary1101011111110110000110100111101011111100100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35FD86; }

 p { color: rgb(53,253,134); }

 H1.HeaderClassName
 {
   color: #35FD86;
 }
 .AnyTagClassName
 {
   color: #35FD86;
 }
</style>
background-color css

<style>
 a { background-color: #35FD86; }

 a { background-color: rgb(53,253,134); }

 div.DivClassName
 {
   background-color: #35FD86;
 }
 .BgClassName
 {
   background-color: #35FD86;
 }
</style>
border-color css

<style>
 span { border-color: #35FD86; }

 span { border-color: rgb(53,253,134); }

 td.TdClassName
 {
   border-color: #35FD86;
 }
 .TagClassName
 {
   border-color: #35FD86;
 }
</style>