Html Css Color HEX #3AF882 Emerald

📋 copy color: '#3AF882'

red 58 ◦ green 248 ◦ blue 130

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

Shades of Emerald #3AF882

Tints of Emerald #3AF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.88%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 13.3%
G = 56.88%
B = 29.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#3AF882 (or 0x3AF882) is known color: Emerald. HEX triplet: 3A, F8 and 82. RGB value is (58,248,130). Sum of RGB (Red+Green+Blue) = 58+248+130=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF882 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF882 is #C5077D. Grayscale: #B2B2B2. Windows color (decimal): -12912510 or 8583226. OLE color: 8583226.

HSL color Cylindrical-coordinate representation of color #3AF882: hue angle of 142.74º degrees, saturation: 0.93, 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 #3AF882 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 130 -
CMYK 0.77 0 0.48 0.03
HSL 142.74º 0.93% 0.6% -
HSV(B) 142.74º 0.77% 0.97% -
XYZ 39.34 69.65 32.49 -
YUV 177.74 101.05 42.59 -
System Red Green Blue C M Y K H S L
Decimal 58 248 130 0.77 0 0.48 0.03 142.74 0.93 0.6
Hex 3A F8 82 4D 0 30 3 8F 5D 3C
Octal 72 370 202 115 0 60 3 217 135 74
Binary 111010 11111000 10000010 1001101 0 110000 11 10001111 1011101 111100

Color Harmonies of #3AF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF882

Black with #3AF882

Text Example


Text Example

White with #3AF882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,130); }

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

background-color css

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

 a { background-color: rgb(58,248,130); }

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

border-color css

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

 span { border-color: rgb(58,248,130); }

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