#35E682

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

Shades of Shamrock #35E682

Tints of Shamrock #35E682

Color information

#35E682 (or 0x35E682) is unknown color: approx Shamrock. HEX triplet: 35, E6 and 82. RGB value is (53,230,130). Sum of RGB (Red+Green+Blue) = 53+230+130=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #35E682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E682 is #CA197D. Grayscale: #A5A5A5. Windows color (decimal): -13244798 or 8578613. OLE color: 8578613.

HSL color Cylindrical-coordinate representation of color #35E682: hue angle of 146.1º 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 #35E682 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB53230130-
CMYK0.7700.430.10
HSL146.1º77.97%55.49%-
HSV(B)146.1º76.96%90.2%-
XYZ33.7958.9630.72-
YUV165.68107.8647.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 230 (90.23% from 255) = 55.69%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=12.83%
G=55.69%
B=31.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532301300.7700.430.10146.177.9755.49
Hex35E6824D02BA924e37
Octal653462021150531222211667
Binary1101011110011010000010100110101010111010100100101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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