Html Css Color HEX #3BDD75 Emerald

📋 copy color: '#3BDD75'

red 59 ◦ green 221 ◦ blue 117

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

Shades of Emerald #3BDD75

Tints of Emerald #3BDD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.67%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 14.86%
G = 55.67%
B = 29.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#3BDD75 (or 0x3BDD75) is known color: Emerald. HEX triplet: 3B, DD and 75. RGB value is (59,221,117). Sum of RGB (Red+Green+Blue) = 59+221+117=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD75 is #C4228A. Grayscale: #A0A0A0. Windows color (decimal): -12853899 or 7724347. OLE color: 7724347.

HSL color Cylindrical-coordinate representation of color #3BDD75: hue angle of 141.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD75 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 221 117 -
CMYK 0.73 0 0.47 0.13
HSL 141.48º 0.7% 0.55% -
HSV(B) 141.48º 0.73% 0.87% -
XYZ 30.87 53.93 25.61 -
YUV 160.71 103.33 55.46 -
System Red Green Blue C M Y K H S L
Decimal 59 221 117 0.73 0 0.47 0.13 141.48 0.7 0.55
Hex 3B DD 75 49 0 2F D 8D 46 37
Octal 73 335 165 111 0 57 15 215 106 67
Binary 111011 11011101 1110101 1001001 0 101111 1101 10001101 1000110 110111

Color Harmonies of #3BDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD75

Black with #3BDD75

Text Example


Text Example

White with #3BDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,221,117); }

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

background-color css

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

 a { background-color: rgb(59,221,117); }

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

border-color css

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

 span { border-color: rgb(59,221,117); }

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