#35DE96

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

Shades of Shamrock #35DE96

Tints of Shamrock #35DE96

Color information

#35DE96 (or 0x35DE96) is unknown color: approx Shamrock. HEX triplet: 35, DE and 96. RGB value is (53,222,150). Sum of RGB (Red+Green+Blue) = 53+222+150=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DE96 is #CA2169. Grayscale: #A3A3A3. Windows color (decimal): -13246826 or 9887285. OLE color: 9887285.

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

Color convert

RGB53222150-
CMYK0.7600.320.13
HSL154.44º71.91%53.92%-
HSV(B)154.44º76.13%87.06%-
XYZ33.0955.237.76-
YUV163.26120.5149.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.47%
GREEN value IS 222 (87.11% from 255) = 52.24%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=12.47%
G=52.24%
B=35.29%

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
Decimal532221500.7600.320.13154.4471.9153.92
Hex35DE964C020D9a4836
Octal653362261140401523211066
Binary1101011101111010010110100110001000001101100110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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