#3BD05F

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

Shades of Emerald #3BD05F

Tints of Emerald #3BD05F

Color information

#3BD05F (or 0x3BD05F) is unknown color: approx Emerald. HEX triplet: 3B, D0 and 5F. RGB value is (59,208,95). Sum of RGB (Red+Green+Blue) = 59+208+95=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD05F is #C42FA0. Grayscale: #969696. Windows color (decimal): -12857249 or 6279227. OLE color: 6279227.

HSL color Cylindrical-coordinate representation of color #3BD05F: hue angle of 134.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD05F is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB5920895-
CMYK0.7200.540.18
HSL134.5º61.32%52.35%-
HSV(B)134.5º71.63%81.57%-
XYZ26.4346.8718.48-
YUV150.5796.6462.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.30%
GREEN value IS 208 (81.64% from 255) = 57.46%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=16.30%
G=57.46%
B=26.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59208950.7200.540.18134.561.3252.35
Hex3BD05F4803612863d34
Octal73320137110066222067564
Binary111011110100001011111100100001101101001010000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,208,95); }

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

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

 a { background-color: rgb(59,208,95); }

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

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

 span { border-color: rgb(59,208,95); }

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