#35F4A5

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

Shades of Shamrock #35F4A5

Tints of Shamrock #35F4A5

Color information

#35F4A5 (or 0x35F4A5) is unknown color: approx Shamrock. HEX triplet: 35, F4 and A5. RGB value is (53,244,165). Sum of RGB (Red+Green+Blue) = 53+244+165=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #35F4A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F4A5 is #CA0B5A. Grayscale: #B2B2B2. Windows color (decimal): -13241179 or 10875957. OLE color: 10875957.

HSL color Cylindrical-coordinate representation of color #35F4A5: hue angle of 155.18º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F4A5 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB53244165-
CMYK0.7800.320.04
HSL155.18º89.67%58.24%-
HSV(B)155.18º78.28%95.69%-
XYZ40.6168.1746.62-
YUV177.88120.7238.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.47%
GREEN value IS 244 (95.70% from 255) = 52.81%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=11.47%
G=52.81%
B=35.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532441650.7800.320.04155.1889.6758.24
Hex35F4A54E02049b5a3a
Octal65364245116040423313272
Binary110101111101001010010110011100100000100100110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,244,165); }

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

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

 a { background-color: rgb(53,244,165); }

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

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

 span { border-color: rgb(53,244,165); }

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