#35DD96

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

Shades of Shamrock #35DD96

Tints of Shamrock #35DD96

Color information

#35DD96 (or 0x35DD96) is unknown color: approx Shamrock. HEX triplet: 35, DD and 96. RGB value is (53,221,150). Sum of RGB (Red+Green+Blue) = 53+221+150=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DD96 is #CA2269. Grayscale: #A2A2A2. Windows color (decimal): -13247082 or 9887029. OLE color: 9887029.

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

Color convert

RGB53221150-
CMYK0.7600.320.13
HSL154.64º71.19%53.73%-
HSV(B)154.64º76.02%86.67%-
XYZ32.8354.6737.68-
YUV162.67120.8449.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 221 (86.72% from 255) = 52.12%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=12.5%
G=52.12%
B=35.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532211500.7600.320.13154.6471.1953.73
Hex35DD964C020D9b4736
Octal653352261140401523310766
Binary1101011101110110010110100110001000001101100110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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