#35ED84

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

Shades of Shamrock #35ED84

Tints of Shamrock #35ED84

Color information

#35ED84 (or 0x35ED84) is unknown color: approx Shamrock. HEX triplet: 35, ED and 84. RGB value is (53,237,132). Sum of RGB (Red+Green+Blue) = 53+237+132=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #35ED84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35ED84 is #CA127B. Grayscale: #AAAAAA. Windows color (decimal): -13243004 or 8711477. OLE color: 8711477.

HSL color Cylindrical-coordinate representation of color #35ED84: hue angle of 145.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ED84 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB53237132-
CMYK0.7800.440.07
HSL145.76º83.64%56.86%-
HSV(B)145.76º77.64%92.94%-
XYZ35.9262.9932.1-
YUV170.01106.5444.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 237 (92.97% from 255) = 56.16%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=12.56%
G=56.16%
B=31.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532371320.7800.440.07145.7683.6456.86
Hex35ED844E02C7925439
Octal65355204116054722212471
Binary110101111011011000010010011100101100111100100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,237,132); }

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

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

 a { background-color: rgb(53,237,132); }

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

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

 span { border-color: rgb(53,237,132); }

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