Html Css Color HEX #3CF077 Emerald

📋 copy color: '#3CF077'

red 60 ◦ green 240 ◦ blue 119

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

Shades of Emerald #3CF077

Tints of Emerald #3CF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.28%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 14.32%
G = 57.28%
B = 28.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#3CF077 (or 0x3CF077) is known color: Emerald. HEX triplet: 3C, F0 and 77. RGB value is (60,240,119). Sum of RGB (Red+Green+Blue) = 60+240+119=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF077 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF077 is #C30F88. Grayscale: #ACACAC. Windows color (decimal): -12783497 or 7860284. OLE color: 7860284.

HSL color Cylindrical-coordinate representation of color #3CF077: hue angle of 139.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF077 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 119 -
CMYK 0.75 0 0.50 0.06
HSL 139.67º 0.86% 0.59% -
HSV(B) 139.67º 0.75% 0.94% -
XYZ 36.35 64.61 28.01 -
YUV 172.39 97.87 47.84 -
System Red Green Blue C M Y K H S L
Decimal 60 240 119 0.75 0 0.50 0.06 139.67 0.86 0.59
Hex 3C F0 77 4B 0 32 6 8C 56 3B
Octal 74 360 167 113 0 62 6 214 126 73
Binary 111100 11110000 1110111 1001011 0 110010 110 10001100 1010110 111011

Color Harmonies of #3CF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF077

Black with #3CF077

Text Example


Text Example

White with #3CF077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,119); }

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

background-color css

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

 a { background-color: rgb(60,240,119); }

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

border-color css

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

 span { border-color: rgb(60,240,119); }

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