Html Css Color HEX #3AFC83 Emerald

📋 copy color: '#3AFC83'

red 58 ◦ green 252 ◦ blue 131

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

Shades of Emerald #3AFC83

Tints of Emerald #3AFC83

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.14%

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 13.15%
G = 57.14%
B = 29.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#3AFC83 (or 0x3AFC83) is known color: Emerald. HEX triplet: 3A, FC and 83. RGB value is (58,252,131). Sum of RGB (Red+Green+Blue) = 58+252+131=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC83 is #C5037C. Grayscale: #B4B4B4. Windows color (decimal): -12911485 or 8649786. OLE color: 8649786.

HSL color Cylindrical-coordinate representation of color #3AFC83: hue angle of 142.58º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC83 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 131 -
CMYK 0.77 0 0.48 0.01
HSL 142.58º 0.97% 0.61% -
HSV(B) 142.58º 0.77% 0.99% -
XYZ 40.65 72.16 33.26 -
YUV 180.2 100.23 40.84 -
System Red Green Blue C M Y K H S L
Decimal 58 252 131 0.77 0 0.48 0.01 142.58 0.97 0.61
Hex 3A FC 83 4D 0 30 1 8F 61 3D
Octal 72 374 203 115 0 60 1 217 141 75
Binary 111010 11111100 10000011 1001101 0 110000 1 10001111 1100001 111101

Color Harmonies of #3AFC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC83

Black with #3AFC83

Text Example


Text Example

White with #3AFC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,131); }

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

background-color css

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

 a { background-color: rgb(58,252,131); }

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

border-color css

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

 span { border-color: rgb(58,252,131); }

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