#35CC82

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

Shades of Shamrock #35CC82

Tints of Shamrock #35CC82

Color information

#35CC82 (or 0x35CC82) is unknown color: approx Shamrock. HEX triplet: 35, CC and 82. RGB value is (53,204,130). Sum of RGB (Red+Green+Blue) = 53+204+130=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CC82 is #CA337D. Grayscale: #969696. Windows color (decimal): -13251454 or 8571957. OLE color: 8571957.

HSL color Cylindrical-coordinate representation of color #35CC82: hue angle of 150.6º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CC82 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB53204130-
CMYK0.7400.360.2
HSL150.6º59.68%50.39%-
HSV(B)150.6º74.02%80%-
XYZ27.0945.5528.48-
YUV150.42116.4758.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 204 (80.08% from 255) = 52.71%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=13.70%
G=52.71%
B=33.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532041300.7400.360.2150.659.6850.39
Hex35CC824A02414973c32
Octal65314202112044242277462
Binary1101011100110010000010100101001001001010010010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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