Html Css Color HEX #3AF27D Emerald

📋 copy color: '#3AF27D'

red 58 ◦ green 242 ◦ blue 125

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

Shades of Emerald #3AF27D

Tints of Emerald #3AF27D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.94%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 13.65%
G = 56.94%
B = 29.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#3AF27D (or 0x3AF27D) is known color: Emerald. HEX triplet: 3A, F2 and 7D. RGB value is (58,242,125). Sum of RGB (Red+Green+Blue) = 58+242+125=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF27D is #C50D82. Grayscale: #ADADAD. Windows color (decimal): -12914051 or 8254010. OLE color: 8254010.

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

Color convert

RGB 58 242 125 -
CMYK 0.76 0 0.48 0.05
HSL 141.85º 0.88% 0.59% -
HSV(B) 141.85º 0.76% 0.95% -
XYZ 37.2 65.88 30.16 -
YUV 173.65 100.54 45.51 -
System Red Green Blue C M Y K H S L
Decimal 58 242 125 0.76 0 0.48 0.05 141.85 0.88 0.59
Hex 3A F2 7D 4C 0 30 5 8E 58 3B
Octal 72 362 175 114 0 60 5 216 130 73
Binary 111010 11110010 1111101 1001100 0 110000 101 10001110 1011000 111011

Color Harmonies of #3AF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF27D

Black with #3AF27D

Text Example


Text Example

White with #3AF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,242,125); }

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

background-color css

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

 a { background-color: rgb(58,242,125); }

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

border-color css

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

 span { border-color: rgb(58,242,125); }

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