Html Css Color HEX #3FDD74 Emerald

📋 copy color: '#3FDD74'

red 63 ◦ green 221 ◦ blue 116

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

Shades of Emerald #3FDD74

Tints of Emerald #3FDD74

RGB

 RED value IS 63 (25% from 255) = 15.75%

 GREEN value IS 221 (86.72% from 255) = 55.25%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 15.75%
G = 55.25%
B = 29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#3FDD74 (or 0x3FDD74) is known color: Emerald. HEX triplet: 3F, DD and 74. RGB value is (63,221,116). Sum of RGB (Red+Green+Blue) = 63+221+116=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD74 is #C0228B. Grayscale: #A2A2A2. Windows color (decimal): -12591756 or 7658815. OLE color: 7658815.

HSL color Cylindrical-coordinate representation of color #3FDD74: hue angle of 140.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD74 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 221 116 -
CMYK 0.71 0 0.48 0.13
HSL 140.13º 0.7% 0.56% -
HSV(B) 140.13º 0.71% 0.87% -
XYZ 31.06 54.03 25.31 -
YUV 161.79 102.15 57.54 -
System Red Green Blue C M Y K H S L
Decimal 63 221 116 0.71 0 0.48 0.13 140.13 0.7 0.56
Hex 3F DD 74 47 0 30 D 8C 46 38
Octal 77 335 164 107 0 60 15 214 106 70
Binary 111111 11011101 1110100 1000111 0 110000 1101 10001100 1000110 111000

Color Harmonies of #3FDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDD74

Black with #3FDD74

Text Example


Text Example

White with #3FDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,221,116); }

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

background-color css

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

 a { background-color: rgb(63,221,116); }

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

border-color css

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

 span { border-color: rgb(63,221,116); }

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