#3CD38A

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

Shades of Shamrock #3CD38A

Tints of Shamrock #3CD38A

Color information

#3CD38A (or 0x3CD38A) is unknown color: approx Shamrock. HEX triplet: 3C, D3 and 8A. RGB value is (60,211,138). Sum of RGB (Red+Green+Blue) = 60+211+138=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD38A is #C32C75. Grayscale: #9D9D9D. Windows color (decimal): -12790902 or 9098044. OLE color: 9098044.

HSL color Cylindrical-coordinate representation of color #3CD38A: hue angle of 150.99º 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 #3CD38A is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB60211138-
CMYK0.7200.350.17
HSL150.99º63.18%53.14%-
HSV(B)150.99º71.56%82.75%-
XYZ29.7549.3832.01-
YUV157.53116.9758.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.67%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=14.67%
G=51.59%
B=33.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal602111380.7200.350.17150.9963.1853.14
Hex3CD38A4802311973f35
Octal74323212110043212277765
Binary1111001101001110001010100100001000111000110010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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