Html Css Color HEX #3AF380 Emerald

📋 copy color: '#3AF380'

red 58 ◦ green 243 ◦ blue 128

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

Shades of Emerald #3AF380

Tints of Emerald #3AF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.64%

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

R = 13.52%
G = 56.64%
B = 29.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#3AF380 (or 0x3AF380) is known color: Emerald. HEX triplet: 3A, F3 and 80. RGB value is (58,243,128). Sum of RGB (Red+Green+Blue) = 58+243+128=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF380 is #C50C7F. Grayscale: #AEAEAE. Windows color (decimal): -12913792 or 8450874. OLE color: 8450874.

HSL color Cylindrical-coordinate representation of color #3AF380: hue angle of 142.7º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF380 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 243 128 -
CMYK 0.76 0 0.47 0.05
HSL 142.7º 0.89% 0.59% -
HSV(B) 142.7º 0.76% 0.95% -
XYZ 37.69 66.56 31.28 -
YUV 174.58 101.71 44.85 -
System Red Green Blue C M Y K H S L
Decimal 58 243 128 0.76 0 0.47 0.05 142.7 0.89 0.59
Hex 3A F3 80 4C 0 2F 5 8F 59 3B
Octal 72 363 200 114 0 57 5 217 131 73
Binary 111010 11110011 10000000 1001100 0 101111 101 10001111 1011001 111011

Color Harmonies of #3AF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF380

Black with #3AF380

Text Example


Text Example

White with #3AF380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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