#35FE86

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

Shades of Spring Green #35FE86

Tints of Spring Green #35FE86

Color information

#35FE86 (or 0x35FE86) is unknown color: approx Spring Green. HEX triplet: 35, FE and 86. RGB value is (53,254,134). Sum of RGB (Red+Green+Blue) = 53+254+134=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #35FE86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FE86 is #CA0179. Grayscale: #B4B4B4. Windows color (decimal): -13238650 or 8846901. OLE color: 8846901.

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

Color convert

RGB53254134-
CMYK0.7900.470.00
HSL144.18º99.01%60.2%-
HSV(B)144.18º79.13%99.61%-
XYZ41.2173.3634.54-
YUV180.22101.9137.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.02%
GREEN value IS 254 (99.61% from 255) = 57.60%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=12.02%
G=57.60%
B=30.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal532541340.7900.470.00144.1899.0160.2
Hex35FE864F02F090633c
Octal65376206117057022014374
Binary1101011111111010000110100111101011110100100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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