#3DCF71

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

Shades of Emerald #3DCF71

Tints of Emerald #3DCF71

Color information

#3DCF71 (or 0x3DCF71) is unknown color: approx Emerald. HEX triplet: 3D, CF and 71. RGB value is (61,207,113). Sum of RGB (Red+Green+Blue) = 61+207+113=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF71 is #C2308E. Grayscale: #989898. Windows color (decimal): -12726415 or 7458621. OLE color: 7458621.

HSL color Cylindrical-coordinate representation of color #3DCF71: hue angle of 141.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF71 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB61207113-
CMYK0.7100.450.19
HSL141.37º60.33%52.55%-
HSV(B)141.37º70.53%81.18%-
XYZ27.2246.8123.22-
YUV152.63105.6362.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 207 (81.25% from 255) = 54.33%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=16.01%
G=54.33%
B=29.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal612071130.7100.450.19141.3760.3352.55
Hex3DCF714702D138d3c35
Octal75317161107055232157465
Binary111101110011111110001100011101011011001110001101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,207,113); }

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

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

 a { background-color: rgb(61,207,113); }

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

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

 span { border-color: rgb(61,207,113); }

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