Html Css Color HEX #3DE05D Emerald

📋 copy color: '#3DE05D'

red 61 ◦ green 224 ◦ blue 93

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

Shades of Emerald #3DE05D

Tints of Emerald #3DE05D

RGB

 RED value IS 61 (24.22% from 255) = 16.14%

 GREEN value IS 224 (87.89% from 255) = 59.26%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 16.14%
G = 59.26%
B = 24.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#3DE05D (or 0x3DE05D) is known color: Emerald. HEX triplet: 3D, E0 and 5D. RGB value is (61,224,93). Sum of RGB (Red+Green+Blue) = 61+224+93=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE05D is #C21FA2. Grayscale: #A0A0A0. Windows color (decimal): -12722083 or 6152253. OLE color: 6152253.

HSL color Cylindrical-coordinate representation of color #3DE05D: hue angle of 131.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE05D is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 224 93 -
CMYK 0.73 0 0.58 0.12
HSL 131.78º 0.72% 0.56% -
HSV(B) 131.78º 0.73% 0.88% -
XYZ 30.56 55.09 19.38 -
YUV 160.33 90 57.15 -
System Red Green Blue C M Y K H S L
Decimal 61 224 93 0.73 0 0.58 0.12 131.78 0.72 0.56
Hex 3D E0 5D 49 0 3A C 84 48 38
Octal 75 340 135 111 0 72 14 204 110 70
Binary 111101 11100000 1011101 1001001 0 111010 1100 10000100 1001000 111000

Color Harmonies of #3DE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE05D

Black with #3DE05D

Text Example


Text Example

White with #3DE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,224,93); }

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

background-color css

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

 a { background-color: rgb(61,224,93); }

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

border-color css

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

 span { border-color: rgb(61,224,93); }

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