#3CDD87

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

Shades of Shamrock #3CDD87

Tints of Shamrock #3CDD87

Color information

#3CDD87 (or 0x3CDD87) is unknown color: approx Shamrock. HEX triplet: 3C, DD and 87. RGB value is (60,221,135). Sum of RGB (Red+Green+Blue) = 60+221+135=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD87 is #C32278. Grayscale: #A3A3A3. Windows color (decimal): -12788345 or 8903996. OLE color: 8903996.

HSL color Cylindrical-coordinate representation of color #3CDD87: hue angle of 147.95º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDD87 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB60221135-
CMYK0.7300.390.13
HSL147.95º70.31%55.1%-
HSV(B)147.95º72.85%86.67%-
XYZ32.0954.4231.73-
YUV163.06112.1654.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.42%
GREEN value IS 221 (86.72% from 255) = 53.12%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=14.42%
G=53.12%
B=32.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal602211350.7300.390.13147.9570.3155.1
Hex3CDD8749027D944637
Octal743352071110471522410667
Binary1111001101110110000111100100101001111101100101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,221,135); }

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

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

 a { background-color: rgb(60,221,135); }

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

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

 span { border-color: rgb(60,221,135); }

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