#35CA85

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

Shades of Shamrock #35CA85

Tints of Shamrock #35CA85

Color information

#35CA85 (or 0x35CA85) is unknown color: approx Shamrock. HEX triplet: 35, CA and 85. RGB value is (53,202,133). Sum of RGB (Red+Green+Blue) = 53+202+133=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CA85 is #CA357A. Grayscale: #959595. Windows color (decimal): -13251963 or 8768053. OLE color: 8768053.

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

Color convert

RGB53202133-
CMYK0.7400.340.21
HSL152.21º58.43%50%-
HSV(B)152.21º73.76%79.22%-
XYZ26.8244.6929.4-
YUV149.58118.6459.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.66%
GREEN value IS 202 (79.30% from 255) = 52.06%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=13.66%
G=52.06%
B=34.28%

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
Decimal532021330.7400.340.21152.2158.4350
Hex35CA854A02215983a32
Octal65312205112042252307262
Binary1101011100101010000101100101001000101010110011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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