#35E390

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

Shades of Shamrock #35E390

Tints of Shamrock #35E390

Color information

#35E390 (or 0x35E390) is unknown color: approx Shamrock. HEX triplet: 35, E3 and 90. RGB value is (53,227,144). Sum of RGB (Red+Green+Blue) = 53+227+144=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #35E390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E390 is #CA1C6F. Grayscale: #A5A5A5. Windows color (decimal): -13245552 or 9495349. OLE color: 9495349.

HSL color Cylindrical-coordinate representation of color #35E390: hue angle of 151.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E390 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB53227144-
CMYK0.7700.370.11
HSL151.38º75.65%54.9%-
HSV(B)151.38º76.65%89.02%-
XYZ33.9757.7135.73-
YUV165.51115.8547.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 227 (89.06% from 255) = 53.54%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=12.5%
G=53.54%
B=33.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532271440.7700.370.11151.3875.6554.9
Hex35E3904D025B974c37
Octal653432201150451322711467
Binary1101011110001110010000100110101001011011100101111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,227,144); }

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

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

 a { background-color: rgb(53,227,144); }

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

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

 span { border-color: rgb(53,227,144); }

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