Html Css Color HEX #3AFB80 Emerald

📋 copy color: '#3AFB80'

red 58 ◦ green 251 ◦ blue 128

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

Shades of Emerald #3AFB80

Tints of Emerald #3AFB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.44%

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

R = 13.27%
G = 57.44%
B = 29.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#3AFB80 (or 0x3AFB80) is known color: Emerald. HEX triplet: 3A, FB and 80. RGB value is (58,251,128). Sum of RGB (Red+Green+Blue) = 58+251+128=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFB80 is #C5047F. Grayscale: #B3B3B3. Windows color (decimal): -12911744 or 8452922. OLE color: 8452922.

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

Color convert

RGB 58 251 128 -
CMYK 0.77 0 0.49 0.02
HSL 141.76º 0.96% 0.61% -
HSV(B) 141.76º 0.77% 0.98% -
XYZ 40.14 71.45 32.1 -
YUV 179.27 99.06 41.5 -
System Red Green Blue C M Y K H S L
Decimal 58 251 128 0.77 0 0.49 0.02 141.76 0.96 0.61
Hex 3A FB 80 4D 0 31 2 8E 60 3D
Octal 72 373 200 115 0 61 2 216 140 75
Binary 111010 11111011 10000000 1001101 0 110001 10 10001110 1100000 111101

Color Harmonies of #3AFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFB80

Black with #3AFB80

Text Example


Text Example

White with #3AFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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