Html Css Color HEX #3FCF74 Emerald

📋 copy color: '#3FCF74'

red 63 ◦ green 207 ◦ blue 116

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

Shades of Emerald #3FCF74

Tints of Emerald #3FCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.63%

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

R = 16.32%
G = 53.63%
B = 30.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#3FCF74 (or 0x3FCF74) is known color: Emerald. HEX triplet: 3F, CF and 74. RGB value is (63,207,116). Sum of RGB (Red+Green+Blue) = 63+207+116=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF74 is #C0308B. Grayscale: #999999. Windows color (decimal): -12595340 or 7655231. OLE color: 7655231.

HSL color Cylindrical-coordinate representation of color #3FCF74: hue angle of 142.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF74 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 116 -
CMYK 0.70 0 0.44 0.19
HSL 142.08º 0.6% 0.53% -
HSV(B) 142.08º 0.7% 0.81% -
XYZ 27.52 46.94 24.13 -
YUV 153.57 106.79 63.4 -
System Red Green Blue C M Y K H S L
Decimal 63 207 116 0.70 0 0.44 0.19 142.08 0.6 0.53
Hex 3F CF 74 46 0 2C 13 8E 3C 35
Octal 77 317 164 106 0 54 23 216 74 65
Binary 111111 11001111 1110100 1000110 0 101100 10011 10001110 111100 110101

Color Harmonies of #3FCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF74

Black with #3FCF74

Text Example


Text Example

White with #3FCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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