#35C881

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

Shades of Shamrock #35C881

Tints of Shamrock #35C881

Color information

#35C881 (or 0x35C881) is unknown color: approx Shamrock. HEX triplet: 35, C8 and 81. RGB value is (53,200,129). Sum of RGB (Red+Green+Blue) = 53+200+129=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #35C881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C881 is #CA377E. Grayscale: #949494. Windows color (decimal): -13252479 or 8505397. OLE color: 8505397.

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

Color convert

RGB53200129-
CMYK0.7400.360.22
HSL151.02º58.1%49.61%-
HSV(B)151.02º73.5%78.43%-
XYZ26.0843.6527.82-
YUV147.95117.360.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 200 (78.52% from 255) = 52.36%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=13.87%
G=52.36%
B=33.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal532001290.7400.360.22151.0258.149.61
Hex35C8814A02416973a32
Octal65310201112044262277262
Binary1101011100100010000001100101001001001011010010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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