#35EF84

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

Shades of Shamrock #35EF84

Tints of Shamrock #35EF84

Color information

#35EF84 (or 0x35EF84) is unknown color: approx Shamrock. HEX triplet: 35, EF and 84. RGB value is (53,239,132). Sum of RGB (Red+Green+Blue) = 53+239+132=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 239 (93.75% from 255 or 56.37% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EF84 is #CA107B. Grayscale: #ABABAB. Windows color (decimal): -13242492 or 8711989. OLE color: 8711989.

HSL color Cylindrical-coordinate representation of color #35EF84: hue angle of 145.48º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EF84 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB53239132-
CMYK0.7800.450.06
HSL145.48º85.32%57.25%-
HSV(B)145.48º77.82%93.73%-
XYZ36.564.1632.29-
YUV171.19105.8843.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 239 (93.75% from 255) = 56.37%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=12.5%
G=56.37%
B=31.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal532391320.7800.450.06145.4885.3257.25
Hex35EF844E02D6915539
Octal65357204116055622112571
Binary110101111011111000010010011100101101110100100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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