Html Css Color HEX #3CFA7A Emerald

📋 copy color: '#3CFA7A'

red 60 ◦ green 250 ◦ blue 122

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

Shades of Emerald #3CFA7A

Tints of Emerald #3CFA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 13.89%
G = 57.87%
B = 28.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#3CFA7A (or 0x3CFA7A) is known color: Emerald. HEX triplet: 3C, FA and 7A. RGB value is (60,250,122). Sum of RGB (Red+Green+Blue) = 60+250+122=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA7A is #C30585. Grayscale: #B2B2B2. Windows color (decimal): -12780934 or 8059452. OLE color: 8059452.

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

Color convert

RGB 60 250 122 -
CMYK 0.76 0 0.51 0.02
HSL 139.58º 0.95% 0.61% -
HSV(B) 139.58º 0.76% 0.98% -
XYZ 39.56 70.74 29.98 -
YUV 178.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 60 250 122 0.76 0 0.51 0.02 139.58 0.95 0.61
Hex 3C FA 7A 4C 0 33 2 8C 5F 3D
Octal 74 372 172 114 0 63 2 214 137 75
Binary 111100 11111010 1111010 1001100 0 110011 10 10001100 1011111 111101

Color Harmonies of #3CFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA7A

Black with #3CFA7A

Text Example


Text Example

White with #3CFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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