#3CD385

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

Shades of Shamrock #3CD385

Tints of Shamrock #3CD385

Color information

#3CD385 (or 0x3CD385) is unknown color: approx Shamrock. HEX triplet: 3C, D3 and 85. RGB value is (60,211,133). Sum of RGB (Red+Green+Blue) = 60+211+133=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD385 is #C32C7A. Grayscale: #9D9D9D. Windows color (decimal): -12790907 or 8770364. OLE color: 8770364.

HSL color Cylindrical-coordinate representation of color #3CD385: hue angle of 149.01º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD385 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB60211133-
CMYK0.7200.370.17
HSL149.01º63.18%53.14%-
HSV(B)149.01º71.56%82.75%-
XYZ29.3949.2430.15-
YUV156.96114.4758.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.85%
GREEN value IS 211 (82.81% from 255) = 52.23%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=14.85%
G=52.23%
B=32.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal602111330.7200.370.17149.0163.1853.14
Hex3CD3854802511953f35
Octal74323205110045212257765
Binary1111001101001110000101100100001001011000110010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CD385; }

 p { color: rgb(60,211,133); }

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

<style>
 a { background-color: #3CD385; }

 a { background-color: rgb(60,211,133); }

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

<style>
 span { border-color: #3CD385; }

 span { border-color: rgb(60,211,133); }

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