Html Css Color HEX #3CFA7F Emerald

📋 copy color: '#3CFA7F'

red 60 ◦ green 250 ◦ blue 127

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

Shades of Emerald #3CFA7F

Tints of Emerald #3CFA7F

RGB

 RED value IS 60 (23.83% from 255) = 13.73%

 GREEN value IS 250 (98.05% from 255) = 57.21%

 BLUE value IS 127 (50% from 255) = 29.06%

R = 13.73%
G = 57.21%
B = 29.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#3CFA7F (or 0x3CFA7F) is known color: Emerald. HEX triplet: 3C, FA and 7F. RGB value is (60,250,127). Sum of RGB (Red+Green+Blue) = 60+250+127=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA7F is #C30580. Grayscale: #B3B3B3. Windows color (decimal): -12780929 or 8387132. OLE color: 8387132.

HSL color Cylindrical-coordinate representation of color #3CFA7F: hue angle of 141.16º degrees, saturation: 0.95, 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 #3CFA7F is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 250 127 -
CMYK 0.76 0 0.49 0.02
HSL 141.16º 0.95% 0.61% -
HSV(B) 141.16º 0.76% 0.98% -
XYZ 39.88 70.86 31.65 -
YUV 179.17 98.55 43 -
System Red Green Blue C M Y K H S L
Decimal 60 250 127 0.76 0 0.49 0.02 141.16 0.95 0.61
Hex 3C FA 7F 4C 0 31 2 8D 5F 3D
Octal 74 372 177 114 0 61 2 215 137 75
Binary 111100 11111010 1111111 1001100 0 110001 10 10001101 1011111 111101

Color Harmonies of #3CFA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA7F

Black with #3CFA7F

Text Example


Text Example

White with #3CFA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,127); }

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

background-color css

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

 a { background-color: rgb(60,250,127); }

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

border-color css

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

 span { border-color: rgb(60,250,127); }

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