Html Css Color HEX #3FE160 Emerald

📋 copy color: '#3FE160'

red 63 ◦ green 225 ◦ blue 96

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

Shades of Emerald #3FE160

Tints of Emerald #3FE160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.59%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 16.41%
G = 58.59%
B = 25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#3FE160 (or 0x3FE160) is known color: Emerald. HEX triplet: 3F, E1 and 60. RGB value is (63,225,96). Sum of RGB (Red+Green+Blue) = 63+225+96=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE160 is #C01E9F. Grayscale: #A2A2A2. Windows color (decimal): -12590752 or 6349119. OLE color: 6349119.

HSL color Cylindrical-coordinate representation of color #3FE160: hue angle of 132.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE160 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 225 96 -
CMYK 0.72 0 0.57 0.12
HSL 132.22º 0.73% 0.56% -
HSV(B) 132.22º 0.72% 0.88% -
XYZ 31.09 55.75 20.19 -
YUV 161.86 90.83 57.49 -
System Red Green Blue C M Y K H S L
Decimal 63 225 96 0.72 0 0.57 0.12 132.22 0.73 0.56
Hex 3F E1 60 48 0 39 C 84 49 38
Octal 77 341 140 110 0 71 14 204 111 70
Binary 111111 11100001 1100000 1001000 0 111001 1100 10000100 1001001 111000

Color Harmonies of #3FE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE160

Black with #3FE160

Text Example


Text Example

White with #3FE160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,225,96); }

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

background-color css

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

 a { background-color: rgb(63,225,96); }

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

border-color css

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

 span { border-color: rgb(63,225,96); }

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