#35F97D

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

Shades of Spring Green #35F97D

Tints of Spring Green #35F97D

Color information

#35F97D (or 0x35F97D) is unknown color: approx Spring Green. HEX triplet: 35, F9 and 7D. RGB value is (53,249,125). Sum of RGB (Red+Green+Blue) = 53+249+125=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #35F97D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F97D is #CA0682. Grayscale: #B0B0B0. Windows color (decimal): -13239939 or 8255797. OLE color: 8255797.

HSL color Cylindrical-coordinate representation of color #35F97D: hue angle of 142.04º degrees, saturation: 0.94, 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 #35F97D is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB53249125-
CMYK0.7900.500.02
HSL142.04º94.23%59.22%-
HSV(B)142.04º78.71%97.65%-
XYZ39.0569.9930.85-
YUV176.2699.0740.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 249 (97.66% from 255) = 58.31%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=12.41%
G=58.31%
B=29.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532491250.7900.500.02142.0494.2359.22
Hex35F97D4F03228e5e3b
Octal65371175117062221613673
Binary1101011111100111111011001111011001010100011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,249,125); }

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

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

 a { background-color: rgb(53,249,125); }

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

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

 span { border-color: rgb(53,249,125); }

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