#35C96D

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

Shades of Medium Sea Green #35C96D

Tints of Medium Sea Green #35C96D

Color information

#35C96D (or 0x35C96D) is unknown color: approx Medium Sea Green. HEX triplet: 35, C9 and 6D. RGB value is (53,201,109). Sum of RGB (Red+Green+Blue) = 53+201+109=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #35C96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C96D is #CA3692. Grayscale: #929292. Windows color (decimal): -13252243 or 7194933. OLE color: 7194933.

HSL color Cylindrical-coordinate representation of color #35C96D: hue angle of 142.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C96D is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB53201109-
CMYK0.7400.460.21
HSL142.7º58.27%49.8%-
HSV(B)142.7º73.63%78.82%-
XYZ25.1243.6321.57-
YUV146.26106.9761.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 201 (78.91% from 255) = 55.37%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=14.60%
G=55.37%
B=30.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011090.7400.460.21142.758.2749.8
Hex35C96D4A02E158f3a32
Octal65311155112056252177262
Binary110101110010011101101100101001011101010110001111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,109); }

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

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

 a { background-color: rgb(53,201,109); }

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

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

 span { border-color: rgb(53,201,109); }

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