Html Css Color HEX #3AF77D Emerald

📋 copy color: '#3AF77D'

red 58 ◦ green 247 ◦ blue 125

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

Shades of Emerald #3AF77D

Tints of Emerald #3AF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.44%

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

R = 13.49%
G = 57.44%
B = 29.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#3AF77D (or 0x3AF77D) is known color: Emerald. HEX triplet: 3A, F7 and 7D. RGB value is (58,247,125). Sum of RGB (Red+Green+Blue) = 58+247+125=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF77D is #C50882. Grayscale: #B0B0B0. Windows color (decimal): -12912771 or 8255290. OLE color: 8255290.

HSL color Cylindrical-coordinate representation of color #3AF77D: hue angle of 141.27º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF77D is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 125 -
CMYK 0.77 0 0.49 0.03
HSL 141.27º 0.92% 0.6% -
HSV(B) 141.27º 0.77% 0.97% -
XYZ 38.71 68.9 30.66 -
YUV 176.58 98.88 43.42 -
System Red Green Blue C M Y K H S L
Decimal 58 247 125 0.77 0 0.49 0.03 141.27 0.92 0.6
Hex 3A F7 7D 4D 0 31 3 8D 5C 3C
Octal 72 367 175 115 0 61 3 215 134 74
Binary 111010 11110111 1111101 1001101 0 110001 11 10001101 1011100 111100

Color Harmonies of #3AF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF77D

Black with #3AF77D

Text Example


Text Example

White with #3AF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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