#3CC95C

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

Shades of Emerald #3CC95C

Tints of Emerald #3CC95C

Color information

#3CC95C (or 0x3CC95C) is unknown color: approx Emerald. HEX triplet: 3C, C9 and 5C. RGB value is (60,201,92). Sum of RGB (Red+Green+Blue) = 60+201+92=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC95C is #C336A3. Grayscale: #929292. Windows color (decimal): -12793508 or 6080828. OLE color: 6080828.

HSL color Cylindrical-coordinate representation of color #3CC95C: hue angle of 133.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC95C is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB6020192-
CMYK0.7000.540.21
HSL133.62º56.63%51.18%-
HSV(B)133.62º70.15%78.82%-
XYZ24.6843.5117.22-
YUV146.4297.2966.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.00%
GREEN value IS 201 (78.91% from 255) = 56.94%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=17.00%
G=56.94%
B=26.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60201920.7000.540.21133.6256.6351.18
Hex3CC95C4603615863933
Octal74311134106066252067163
Binary111100110010011011100100011001101101010110000110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,201,92); }

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

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

 a { background-color: rgb(60,201,92); }

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

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

 span { border-color: rgb(60,201,92); }

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