Html Css Color HEX #3AFD7D Emerald

📋 copy color: '#3AFD7D'

red 58 ◦ green 253 ◦ blue 125

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

Shades of Emerald #3AFD7D

Tints of Emerald #3AFD7D

RGB

 RED value IS 58 (23.05% from 255) = 13.3%

 GREEN value IS 253 (99.22% from 255) = 58.03%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 13.3%
G = 58.03%
B = 28.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#3AFD7D (or 0x3AFD7D) is known color: Emerald. HEX triplet: 3A, FD and 7D. RGB value is (58,253,125). Sum of RGB (Red+Green+Blue) = 58+253+125=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFD7D is #C50282. Grayscale: #B4B4B4. Windows color (decimal): -12911235 or 8256826. OLE color: 8256826.

HSL color Cylindrical-coordinate representation of color #3AFD7D: hue angle of 140.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFD7D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 125 -
CMYK 0.77 0 0.51 0.01
HSL 140.62º 0.98% 0.61% -
HSV(B) 140.62º 0.77% 0.99% -
XYZ 40.57 72.63 31.28 -
YUV 180.1 96.9 40.91 -
System Red Green Blue C M Y K H S L
Decimal 58 253 125 0.77 0 0.51 0.01 140.62 0.98 0.61
Hex 3A FD 7D 4D 0 33 1 8D 62 3D
Octal 72 375 175 115 0 63 1 215 142 75
Binary 111010 11111101 1111101 1001101 0 110011 1 10001101 1100010 111101

Color Harmonies of #3AFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD7D

Black with #3AFD7D

Text Example


Text Example

White with #3AFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,125); }

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

background-color css

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

 a { background-color: rgb(58,253,125); }

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

border-color css

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

 span { border-color: rgb(58,253,125); }

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