#3de27f

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

Shades of Emerald #3DE27F

Tints of Emerald #3DE27F

Color information

#3DE27F (or 0x3DE27F) is unknown color: approx Emerald. HEX triplet: 3D, E2 and 7F. RGB value is (61,226,127). Sum of RGB (Red+Green+Blue) = 61+226+127=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE27F is #C21D80. Grayscale: #A5A5A5. Windows color (decimal): -12721537 or 8380989. OLE color: 8380989.

HSL color Cylindrical-coordinate representation of color #3DE27F: hue angle of 144º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE27F is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB61226127-
CMYK0.7300.440.11
HSL144º73.99%56.27%-
HSV(B)144º73.01%88.63%-
XYZ32.9556.9229.33-
YUV165.38106.3453.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.73%
GREEN value IS 226 (88.67% from 255) = 54.59%
BLUE value IS 127 (50% from 255) = 30.68%
R=14.73%
G=54.59%
B=30.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612261270.7300.440.1114473.9956.27
Hex3DE27F4902CB904a38
Octal753421771110541322011270
Binary111101111000101111111100100101011001011100100001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,226,127); }

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

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

 a { background-color: rgb(61,226,127); }

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

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

 span { border-color: rgb(61,226,127); }

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