#35D391

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

Shades of Shamrock #35D391

Tints of Shamrock #35D391

Color information

#35D391 (or 0x35D391) is unknown color: approx Shamrock. HEX triplet: 35, D3 and 91. RGB value is (53,211,145). Sum of RGB (Red+Green+Blue) = 53+211+145=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #35D391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D391 is #CA2C6E. Grayscale: #9C9C9C. Windows color (decimal): -13249647 or 9556789. OLE color: 9556789.

HSL color Cylindrical-coordinate representation of color #35D391: hue angle of 154.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D391 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB53211145-
CMYK0.7500.310.17
HSL154.94º64.23%51.76%-
HSV(B)154.94º74.88%82.75%-
XYZ29.8749.3934.75-
YUV156.23121.6554.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 145 (57.03% from 255) = 35.45%
R=12.96%
G=51.59%
B=35.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532111450.7500.310.17154.9464.2351.76
Hex35D3914B01F119b4034
Octal653232211130372123310064
Binary1101011101001110010001100101101111110001100110111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,211,145); }

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

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

 a { background-color: rgb(53,211,145); }

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

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

 span { border-color: rgb(53,211,145); }

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