Html Css Color HEX #3DF982 Emerald

📋 copy color: '#3DF982'

red 61 ◦ green 249 ◦ blue 130

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

Shades of Emerald #3DF982

Tints of Emerald #3DF982

RGB

 RED value IS 61 (24.22% from 255) = 13.86%

 GREEN value IS 249 (97.66% from 255) = 56.59%

 BLUE value IS 130 (51.17% from 255) = 29.55%

R = 13.86%
G = 56.59%
B = 29.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#3DF982 (or 0x3DF982) is known color: Emerald. HEX triplet: 3D, F9 and 82. RGB value is (61,249,130). Sum of RGB (Red+Green+Blue) = 61+249+130=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF982 is #C2067D. Grayscale: #B3B3B3. Windows color (decimal): -12715646 or 8583485. OLE color: 8583485.

HSL color Cylindrical-coordinate representation of color #3DF982: hue angle of 142.02º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF982 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 249 130 -
CMYK 0.76 0 0.48 0.02
HSL 142.02º 0.94% 0.61% -
HSV(B) 142.02º 0.76% 0.98% -
XYZ 39.83 70.36 32.6 -
YUV 179.22 100.22 43.68 -
System Red Green Blue C M Y K H S L
Decimal 61 249 130 0.76 0 0.48 0.02 142.02 0.94 0.61
Hex 3D F9 82 4C 0 30 2 8E 5E 3D
Octal 75 371 202 114 0 60 2 216 136 75
Binary 111101 11111001 10000010 1001100 0 110000 10 10001110 1011110 111101

Color Harmonies of #3DF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF982

Black with #3DF982

Text Example


Text Example

White with #3DF982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,249,130); }

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

background-color css

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

 a { background-color: rgb(61,249,130); }

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

border-color css

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

 span { border-color: rgb(61,249,130); }

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