Html Css Color HEX #3AFC81 Emerald

📋 copy color: '#3AFC81'

red 58 ◦ green 252 ◦ blue 129

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

Shades of Emerald #3AFC81

Tints of Emerald #3AFC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 13.21%
G = 57.4%
B = 29.38%

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

#3AFC81 (or 0x3AFC81) is known color: Emerald. HEX triplet: 3A, FC and 81. RGB value is (58,252,129). Sum of RGB (Red+Green+Blue) = 58+252+129=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC81 is #C5037E. Grayscale: #B4B4B4. Windows color (decimal): -12911487 or 8518714. OLE color: 8518714.

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

Color convert

RGB 58 252 129 -
CMYK 0.77 0 0.49 0.01
HSL 141.96º 0.97% 0.61% -
HSV(B) 141.96º 0.77% 0.99% -
XYZ 40.52 72.11 32.55 -
YUV 179.97 99.23 41 -
System Red Green Blue C M Y K H S L
Decimal 58 252 129 0.77 0 0.49 0.01 141.96 0.97 0.61
Hex 3A FC 81 4D 0 31 1 8E 61 3D
Octal 72 374 201 115 0 61 1 216 141 75
Binary 111010 11111100 10000001 1001101 0 110001 1 10001110 1100001 111101

Color Harmonies of #3AFC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC81

Black with #3AFC81

Text Example


Text Example

White with #3AFC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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