Html Css Color HEX #3AFC80 Emerald

📋 copy color: '#3AFC80'

red 58 ◦ green 252 ◦ blue 128

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

Shades of Emerald #3AFC80

Tints of Emerald #3AFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.53%

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 13.24%
G = 57.53%
B = 29.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#3AFC80 (or 0x3AFC80) is known color: Emerald. HEX triplet: 3A, FC and 80. RGB value is (58,252,128). Sum of RGB (Red+Green+Blue) = 58+252+128=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC80 is #C5037F. Grayscale: #B4B4B4. Windows color (decimal): -12911488 or 8453178. OLE color: 8453178.

HSL color Cylindrical-coordinate representation of color #3AFC80: hue angle of 141.65º degrees, saturation: 0.97, 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 #3AFC80 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 128 -
CMYK 0.77 0 0.49 0.01
HSL 141.65º 0.97% 0.61% -
HSV(B) 141.65º 0.77% 0.99% -
XYZ 40.45 72.08 32.2 -
YUV 179.86 98.73 41.08 -
System Red Green Blue C M Y K H S L
Decimal 58 252 128 0.77 0 0.49 0.01 141.65 0.97 0.61
Hex 3A FC 80 4D 0 31 1 8E 61 3D
Octal 72 374 200 115 0 61 1 216 141 75
Binary 111010 11111100 10000000 1001101 0 110001 1 10001110 1100001 111101

Color Harmonies of #3AFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC80

Black with #3AFC80

Text Example


Text Example

White with #3AFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,128); }

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

background-color css

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

 a { background-color: rgb(58,252,128); }

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

border-color css

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

 span { border-color: rgb(58,252,128); }

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