Html Css Color HEX #3AFC7E Emerald

📋 copy color: '#3AFC7E'

red 58 ◦ green 252 ◦ blue 126

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

Shades of Emerald #3AFC7E

Tints of Emerald #3AFC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 13.3%
G = 57.8%
B = 28.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#3AFC7E (or 0x3AFC7E) is known color: Emerald. HEX triplet: 3A, FC and 7E. RGB value is (58,252,126). Sum of RGB (Red+Green+Blue) = 58+252+126=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFC7E is #C50381. Grayscale: #B3B3B3. Windows color (decimal): -12911490 or 8322106. OLE color: 8322106.

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

Color convert

RGB 58 252 126 -
CMYK 0.77 0 0.5 0.01
HSL 141.03º 0.97% 0.61% -
HSV(B) 141.03º 0.77% 0.99% -
XYZ 40.32 72.03 31.52 -
YUV 179.63 97.73 41.25 -
System Red Green Blue C M Y K H S L
Decimal 58 252 126 0.77 0 0.5 0.01 141.03 0.97 0.61
Hex 3A FC 7E 4D 0 32 1 8D 61 3D
Octal 72 374 176 115 0 62 1 215 141 75
Binary 111010 11111100 1111110 1001101 0 110010 1 10001101 1100001 111101

Color Harmonies of #3AFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC7E

Black with #3AFC7E

Text Example


Text Example

White with #3AFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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