#35CC81

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

Shades of Shamrock #35CC81

Tints of Shamrock #35CC81

Color information

#35CC81 (or 0x35CC81) is unknown color: approx Shamrock. HEX triplet: 35, CC and 81. RGB value is (53,204,129). Sum of RGB (Red+Green+Blue) = 53+204+129=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CC81 is #CA337E. Grayscale: #969696. Windows color (decimal): -13251455 or 8506421. OLE color: 8506421.

HSL color Cylindrical-coordinate representation of color #35CC81: hue angle of 150.2º 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 #35CC81 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB53204129-
CMYK0.7400.370.2
HSL150.2º59.68%50.39%-
HSV(B)150.2º74.02%80%-
XYZ27.0245.5328.13-
YUV150.3115.9758.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.73%
GREEN value IS 204 (80.08% from 255) = 52.85%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=13.73%
G=52.85%
B=33.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532041290.7400.370.2150.259.6850.39
Hex35CC814A02514963c32
Octal65314201112045242267462
Binary1101011100110010000001100101001001011010010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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