#35BF65

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

Shades of Medium Sea Green #35BF65

Tints of Medium Sea Green #35BF65

Color information

#35BF65 (or 0x35BF65) is unknown color: approx Medium Sea Green. HEX triplet: 35, BF and 65. RGB value is (53,191,101). Sum of RGB (Red+Green+Blue) = 53+191+101=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BF65 is #CA409A. Grayscale: #8B8B8B. Windows color (decimal): -13254811 or 6668085. OLE color: 6668085.

HSL color Cylindrical-coordinate representation of color #35BF65: hue angle of 140.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BF65 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB53191101-
CMYK0.7200.470.25
HSL140.87º56.56%47.84%-
HSV(B)140.87º72.25%74.9%-
XYZ22.4538.9618.65-
YUV139.48106.2866.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=15.36%
G=55.36%
B=29.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531911010.7200.470.25140.8756.5647.84
Hex35BF654802F198d3930
Octal65277145110057312157160
Binary110101101111111100101100100001011111100110001101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,191,101); }

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

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

 a { background-color: rgb(53,191,101); }

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

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

 span { border-color: rgb(53,191,101); }

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