#35DD8A

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

Shades of Shamrock #35DD8A

Tints of Shamrock #35DD8A

Color information

#35DD8A (or 0x35DD8A) is unknown color: approx Shamrock. HEX triplet: 35, DD and 8A. RGB value is (53,221,138). Sum of RGB (Red+Green+Blue) = 53+221+138=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DD8A is #CA2275. Grayscale: #A1A1A1. Windows color (decimal): -13247094 or 9100597. OLE color: 9100597.

HSL color Cylindrical-coordinate representation of color #35DD8A: hue angle of 150.36º 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 #35DD8A is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB53221138-
CMYK0.7600.380.13
HSL150.36º71.19%53.73%-
HSV(B)150.36º76.02%86.67%-
XYZ31.9154.332.84-
YUV161.31114.8450.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 221 (86.72% from 255) = 53.64%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=12.86%
G=53.64%
B=33.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532211380.7600.380.13150.3671.1953.73
Hex35DD8A4C026D964736
Octal653352121140461522610766
Binary1101011101110110001010100110001001101101100101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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