#3EFC85

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

Shades of Emerald #3EFC85

Tints of Emerald #3EFC85

Color information

#3EFC85 (or 0x3EFC85) is unknown color: approx Emerald. HEX triplet: 3E, FC and 85. RGB value is (62,252,133). Sum of RGB (Red+Green+Blue) = 62+252+133=447 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.87% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFC85 is #C1037A. Grayscale: #B5B5B5. Windows color (decimal): -12649339 or 8780862. OLE color: 8780862.

HSL color Cylindrical-coordinate representation of color #3EFC85: hue angle of 142.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFC85 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB62252133-
CMYK0.7500.470.01
HSL142.42º96.94%61.57%-
HSV(B)142.42º75.4%98.82%-
XYZ41.0372.3433.99-
YUV181.62100.5542.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.87%
GREEN value IS 252 (98.83% from 255) = 56.38%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=13.87%
G=56.38%
B=29.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal622521330.7500.470.01142.4296.9461.57
Hex3EFC854B02F18e613e
Octal76374205113057121614176
Binary1111101111110010000101100101101011111100011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,252,133); }

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

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

 a { background-color: rgb(62,252,133); }

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

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

 span { border-color: rgb(62,252,133); }

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