#35D494

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

Shades of Shamrock #35D494

Tints of Shamrock #35D494

Color information

#35D494 (or 0x35D494) is unknown color: approx Shamrock. HEX triplet: 35, D4 and 94. RGB value is (53,212,148). Sum of RGB (Red+Green+Blue) = 53+212+148=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #35D494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D494 is #CA2B6B. Grayscale: #9D9D9D. Windows color (decimal): -13249388 or 9753653. OLE color: 9753653.

HSL color Cylindrical-coordinate representation of color #35D494: hue angle of 155.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D494 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB53212148-
CMYK0.7500.300.17
HSL155.85º64.9%51.96%-
HSV(B)155.85º75%83.14%-
XYZ30.3649.9836.06-
YUV157.16122.8253.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 212 (83.20% from 255) = 51.33%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=12.83%
G=51.33%
B=35.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121480.7500.300.17155.8564.951.96
Hex35D4944B01E119c4134
Octal653242241130362123410164
Binary1101011101010010010100100101101111010001100111001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,148); }

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

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

 a { background-color: rgb(53,212,148); }

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

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

 span { border-color: rgb(53,212,148); }

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