#35dd80

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

Shades of Shamrock #35DD80

Tints of Shamrock #35DD80

Color information

#35DD80 (or 0x35DD80) is unknown color: approx Shamrock. HEX triplet: 35, DD and 80. RGB value is (53,221,128). Sum of RGB (Red+Green+Blue) = 53+221+128=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DD80 is #CA227F. Grayscale: #A0A0A0. Windows color (decimal): -13247104 or 8445237. OLE color: 8445237.

HSL color Cylindrical-coordinate representation of color #35DD80: hue angle of 146.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD80 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB53221128-
CMYK0.7600.420.13
HSL146.79º71.19%53.73%-
HSV(B)146.79º76.02%86.67%-
XYZ31.2254.0329.21-
YUV160.17109.8451.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 221 (86.72% from 255) = 54.98%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=13.18%
G=54.98%
B=31.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532211280.7600.420.13146.7971.1953.73
Hex35DD804C02AD934736
Octal653352001140521522310766
Binary1101011101110110000000100110001010101101100100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35dd80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,221,128); }

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

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

 a { background-color: rgb(53,221,128); }

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

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

 span { border-color: rgb(53,221,128); }

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