#35D686

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

Shades of Shamrock #35D686

Tints of Shamrock #35D686

Color information

#35D686 (or 0x35D686) is unknown color: approx Shamrock. HEX triplet: 35, D6 and 86. RGB value is (53,214,134). Sum of RGB (Red+Green+Blue) = 53+214+134=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #35D686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D686 is #CA2979. Grayscale: #9C9C9C. Windows color (decimal): -13248890 or 8836661. OLE color: 8836661.

HSL color Cylindrical-coordinate representation of color #35D686: hue angle of 150.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D686 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB53214134-
CMYK0.7500.370.16
HSL150.19º66.26%52.35%-
HSV(B)150.19º75.23%83.92%-
XYZ29.8250.5730.74-
YUV156.74115.1654-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 214 (83.98% from 255) = 53.37%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=13.22%
G=53.37%
B=33.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141340.7500.370.16150.1966.2652.35
Hex35D6864B02510964234
Octal653262061130452022610264
Binary11010111010110100001101001011010010110000100101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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