Html Css Color HEX #3DE475 Emerald

📋 copy color: '#3DE475'

red 61 ◦ green 228 ◦ blue 117

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

Shades of Emerald #3DE475

Tints of Emerald #3DE475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.16%

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

R = 15.02%
G = 56.16%
B = 28.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#3DE475 (or 0x3DE475) is known color: Emerald. HEX triplet: 3D, E4 and 75. RGB value is (61,228,117). Sum of RGB (Red+Green+Blue) = 61+228+117=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #3DE475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE475 is #C21B8A. Grayscale: #A5A5A5. Windows color (decimal): -12721035 or 7726141. OLE color: 7726141.

HSL color Cylindrical-coordinate representation of color #3DE475: hue angle of 140.12º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE475 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 228 117 -
CMYK 0.73 0 0.49 0.11
HSL 140.12º 0.76% 0.57% -
HSV(B) 140.12º 0.73% 0.89% -
XYZ 32.88 57.76 26.25 -
YUV 165.41 100.67 53.53 -
System Red Green Blue C M Y K H S L
Decimal 61 228 117 0.73 0 0.49 0.11 140.12 0.76 0.57
Hex 3D E4 75 49 0 31 B 8C 4C 39
Octal 75 344 165 111 0 61 13 214 114 71
Binary 111101 11100100 1110101 1001001 0 110001 1011 10001100 1001100 111001

Color Harmonies of #3DE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE475

Black with #3DE475

Text Example


Text Example

White with #3DE475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,228,117); }

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

background-color css

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

 a { background-color: rgb(61,228,117); }

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

border-color css

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

 span { border-color: rgb(61,228,117); }

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