#35DE97

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

Shades of Shamrock #35DE97

Tints of Shamrock #35DE97

Color information

#35DE97 (or 0x35DE97) is unknown color: approx Shamrock. HEX triplet: 35, DE and 97. RGB value is (53,222,151). Sum of RGB (Red+Green+Blue) = 53+222+151=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DE97 is #CA2168. Grayscale: #A3A3A3. Windows color (decimal): -13246825 or 9952821. OLE color: 9952821.

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

Color convert

RGB53222151-
CMYK0.7600.320.13
HSL154.79º71.91%53.92%-
HSV(B)154.79º76.13%87.06%-
XYZ33.1855.2338.19-
YUV163.38121.0149.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=12.44%
G=52.11%
B=35.45%

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
Decimal532221510.7600.320.13154.7971.9153.92
Hex35DE974C020D9b4836
Octal653362271140401523311066
Binary1101011101111010010111100110001000001101100110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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