#35E68E

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

Shades of Shamrock #35E68E

Tints of Shamrock #35E68E

Color information

#35E68E (or 0x35E68E) is unknown color: approx Shamrock. HEX triplet: 35, E6 and 8E. RGB value is (53,230,142). Sum of RGB (Red+Green+Blue) = 53+230+142=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #35E68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E68E is #CA1971. Grayscale: #A7A7A7. Windows color (decimal): -13244786 or 9365045. OLE color: 9365045.

HSL color Cylindrical-coordinate representation of color #35E68E: hue angle of 150.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E68E is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB53230142-
CMYK0.7700.380.10
HSL150.17º77.97%55.49%-
HSV(B)150.17º76.96%90.2%-
XYZ34.6559.335.21-
YUV167.04113.8646.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.47%
GREEN value IS 230 (90.23% from 255) = 54.12%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=12.47%
G=54.12%
B=33.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532301420.7700.380.10150.1777.9755.49
Hex35E68E4D026A964e37
Octal653462161150461222611667
Binary1101011110011010001110100110101001101010100101101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,230,142); }

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

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

 a { background-color: rgb(53,230,142); }

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

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

 span { border-color: rgb(53,230,142); }

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