#3BCE7D

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

Shades of Emerald #3BCE7D

Tints of Emerald #3BCE7D

Color information

#3BCE7D (or 0x3BCE7D) is unknown color: approx Emerald. HEX triplet: 3B, CE and 7D. RGB value is (59,206,125). Sum of RGB (Red+Green+Blue) = 59+206+125=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCE7D is #C43182. Grayscale: #989898. Windows color (decimal): -12857731 or 8244795. OLE color: 8244795.

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

Color convert

RGB59206125-
CMYK0.7100.390.19
HSL146.94º60%51.96%-
HSV(B)146.94º71.36%80.78%-
XYZ27.5846.5526.93-
YUV152.81112.361.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.13%
GREEN value IS 206 (80.86% from 255) = 52.82%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=15.13%
G=52.82%
B=32.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal592061250.7100.390.19146.946051.96
Hex3BCE7D4702713933c34
Octal73316175107047232237464
Binary111011110011101111101100011101001111001110010011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,206,125); }

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

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

 a { background-color: rgb(59,206,125); }

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

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

 span { border-color: rgb(59,206,125); }

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