Html Css Color HEX #3BD560 Emerald

📋 copy color: '#3BD560'

red 59 ◦ green 213 ◦ blue 96

#3BD560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3BD560

Tints of Emerald #3BD560

RGB

 RED value IS 59 (23.44% from 255) = 16.03%

 GREEN value IS 213 (83.59% from 255) = 57.88%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 16.03%
G = 57.88%
B = 26.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#3BD560 (or 0x3BD560) is known color: Emerald. HEX triplet: 3B, D5 and 60. RGB value is (59,213,96). Sum of RGB (Red+Green+Blue) = 59+213+96=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD560 is #C42A9F. Grayscale: #999999. Windows color (decimal): -12855968 or 6346043. OLE color: 6346043.

HSL color Cylindrical-coordinate representation of color #3BD560: hue angle of 134.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD560 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 213 96 -
CMYK 0.72 0 0.55 0.16
HSL 134.42º 0.65% 0.53% -
HSV(B) 134.42º 0.72% 0.84% -
XYZ 27.71 49.36 19.13 -
YUV 153.62 95.48 60.51 -
System Red Green Blue C M Y K H S L
Decimal 59 213 96 0.72 0 0.55 0.16 134.42 0.65 0.53
Hex 3B D5 60 48 0 37 10 86 41 35
Octal 73 325 140 110 0 67 20 206 101 65
Binary 111011 11010101 1100000 1001000 0 110111 10000 10000110 1000001 110101

Color Harmonies of #3BD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD560

Black with #3BD560

Text Example


Text Example

White with #3BD560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,213,96); }

 H1.HeaderClassName
 {
   color: #3BD560;
 }
 .AnyTagClassName
 {
   color: #3BD560;
 }
</style>

background-color css

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

 a { background-color: rgb(59,213,96); }

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

border-color css

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

 span { border-color: rgb(59,213,96); }

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