#35df9e

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

Shades of Shamrock #35DF9E

Tints of Shamrock #35DF9E

Color information

#35DF9E (or 0x35DF9E) is unknown color: approx Shamrock. HEX triplet: 35, DF and 9E. RGB value is (53,223,158). Sum of RGB (Red+Green+Blue) = 53+223+158=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DF9E is #CA2061. Grayscale: #A4A4A4. Windows color (decimal): -13246562 or 10411829. OLE color: 10411829.

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

Color convert

RGB53223158-
CMYK0.7600.290.13
HSL157.06º72.65%54.12%-
HSV(B)157.06º76.23%87.45%-
XYZ34.035641.36-
YUV164.76124.1848.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 223 (87.5% from 255) = 51.38%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=12.21%
G=51.38%
B=36.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532231580.7600.290.13157.0672.6554.12
Hex35DF9E4C01DD9d4936
Octal653372361140351523511166
Binary110101110111111001111010011000111011101100111011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35df9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,223,158); }

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

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

 a { background-color: rgb(53,223,158); }

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

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

 span { border-color: rgb(53,223,158); }

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