#35C985

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

Shades of Shamrock #35C985

Tints of Shamrock #35C985

Color information

#35C985 (or 0x35C985) is unknown color: approx Shamrock. HEX triplet: 35, C9 and 85. RGB value is (53,201,133). Sum of RGB (Red+Green+Blue) = 53+201+133=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #35C985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C985 is #CA367A. Grayscale: #959595. Windows color (decimal): -13252219 or 8767797. OLE color: 8767797.

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

Color convert

RGB53201133-
CMYK0.7400.340.21
HSL152.43º58.27%49.8%-
HSV(B)152.43º73.63%78.82%-
XYZ26.5944.2229.32-
YUV149118.9759.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 201 (78.91% from 255) = 51.94%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=13.70%
G=51.94%
B=34.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011330.7400.340.21152.4358.2749.8
Hex35C9854A02215983a32
Octal65311205112042252307262
Binary1101011100100110000101100101001000101010110011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,133); }

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

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

 a { background-color: rgb(53,201,133); }

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

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

 span { border-color: rgb(53,201,133); }

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