#35DA93

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

Shades of Shamrock #35DA93

Tints of Shamrock #35DA93

Color information

#35DA93 (or 0x35DA93) is unknown color: approx Shamrock. HEX triplet: 35, DA and 93. RGB value is (53,218,147). Sum of RGB (Red+Green+Blue) = 53+218+147=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #35DA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DA93 is #CA256C. Grayscale: #A0A0A0. Windows color (decimal): -13247853 or 9689653. OLE color: 9689653.

HSL color Cylindrical-coordinate representation of color #35DA93: hue angle of 154.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DA93 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB53218147-
CMYK0.7600.330.15
HSL154.18º69.04%53.14%-
HSV(B)154.18º75.69%85.49%-
XYZ31.8153.0136.16-
YUV160.57120.3451.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.68%
GREEN value IS 218 (85.55% from 255) = 52.15%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=12.68%
G=52.15%
B=35.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532181470.7600.330.15154.1869.0453.14
Hex35DA934C021F9a4535
Octal653322231140411723210565
Binary1101011101101010010011100110001000011111100110101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,218,147); }

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

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

 a { background-color: rgb(53,218,147); }

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

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

 span { border-color: rgb(53,218,147); }

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