#3CD85F

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

Shades of Emerald #3CD85F

Tints of Emerald #3CD85F

Color information

#3CD85F (or 0x3CD85F) is unknown color: approx Emerald. HEX triplet: 3C, D8 and 5F. RGB value is (60,216,95). Sum of RGB (Red+Green+Blue) = 60+216+95=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD85F is #C327A0. Grayscale: #9B9B9B. Windows color (decimal): -12789665 or 6281276. OLE color: 6281276.

HSL color Cylindrical-coordinate representation of color #3CD85F: hue angle of 133.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD85F is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB6021695-
CMYK0.7200.560.15
HSL133.46º66.67%54.12%-
HSV(B)133.46º72.22%84.71%-
XYZ28.4850.919.15-
YUV155.5693.8259.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 216 (84.77% from 255) = 58.22%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=16.17%
G=58.22%
B=25.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60216950.7200.560.15133.4666.6754.12
Hex3CD85F48038F854336
Octal743301371100701720510366
Binary111100110110001011111100100001110001111100001011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,216,95); }

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

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

 a { background-color: rgb(60,216,95); }

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

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

 span { border-color: rgb(60,216,95); }

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