Html Css Color HEX #3AF175 Emerald

📋 copy color: '#3AF175'

red 58 ◦ green 241 ◦ blue 117

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

Shades of Emerald #3AF175

Tints of Emerald #3AF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.93%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 13.94%
G = 57.93%
B = 28.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#3AF175 (or 0x3AF175) is known color: Emerald. HEX triplet: 3A, F1 and 75. RGB value is (58,241,117). Sum of RGB (Red+Green+Blue) = 58+241+117=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF175 is #C50E8A. Grayscale: #ACACAC. Windows color (decimal): -12914315 or 7729466. OLE color: 7729466.

HSL color Cylindrical-coordinate representation of color #3AF175: hue angle of 139.34º degrees, saturation: 0.87, 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 #3AF175 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 241 117 -
CMYK 0.76 0 0.51 0.05
HSL 139.34º 0.87% 0.59% -
HSV(B) 139.34º 0.76% 0.95% -
XYZ 36.41 65.09 27.48 -
YUV 172.15 96.87 46.58 -
System Red Green Blue C M Y K H S L
Decimal 58 241 117 0.76 0 0.51 0.05 139.34 0.87 0.59
Hex 3A F1 75 4C 0 33 5 8B 57 3B
Octal 72 361 165 114 0 63 5 213 127 73
Binary 111010 11110001 1110101 1001100 0 110011 101 10001011 1010111 111011

Color Harmonies of #3AF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF175

Black with #3AF175

Text Example


Text Example

White with #3AF175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,241,117); }

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

background-color css

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

 a { background-color: rgb(58,241,117); }

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

border-color css

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

 span { border-color: rgb(58,241,117); }

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