Html Css Color HEX #3ADF72 Emerald

📋 copy color: '#3ADF72'

red 58 ◦ green 223 ◦ blue 114

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

Shades of Emerald #3ADF72

Tints of Emerald #3ADF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.46%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 14.68%
G = 56.46%
B = 28.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#3ADF72 (or 0x3ADF72) is known color: Emerald. HEX triplet: 3A, DF and 72. RGB value is (58,223,114). Sum of RGB (Red+Green+Blue) = 58+223+114=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADF72 is #C5208D. Grayscale: #A1A1A1. Windows color (decimal): -12918926 or 7528250. OLE color: 7528250.

HSL color Cylindrical-coordinate representation of color #3ADF72: hue angle of 140.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADF72 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 223 114 -
CMYK 0.74 0 0.49 0.13
HSL 140.36º 0.72% 0.55% -
HSV(B) 140.36º 0.74% 0.87% -
XYZ 31.17 54.89 24.87 -
YUV 161.24 101.34 54.36 -
System Red Green Blue C M Y K H S L
Decimal 58 223 114 0.74 0 0.49 0.13 140.36 0.72 0.55
Hex 3A DF 72 4A 0 31 D 8C 48 37
Octal 72 337 162 112 0 61 15 214 110 67
Binary 111010 11011111 1110010 1001010 0 110001 1101 10001100 1001000 110111

Color Harmonies of #3ADF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADF72

Black with #3ADF72

Text Example


Text Example

White with #3ADF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,223,114); }

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

background-color css

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

 a { background-color: rgb(58,223,114); }

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

border-color css

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

 span { border-color: rgb(58,223,114); }

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