Html Css Color HEX #40EF74 Emerald

📋 copy color: '#40EF74'

red 64 ◦ green 239 ◦ blue 116

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

Shades of Emerald #40EF74

Tints of Emerald #40EF74

RGB

 RED value IS 64 (25.39% from 255) = 15.27%

 GREEN value IS 239 (93.75% from 255) = 57.04%

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

R = 15.27%
G = 57.04%
B = 27.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#40EF74 (or 0x40EF74) is known color: Emerald. HEX triplet: 40, EF and 74. RGB value is (64,239,116). Sum of RGB (Red+Green+Blue) = 64+239+116=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EF74 is #BF108B. Grayscale: #ACACAC. Windows color (decimal): -12521612 or 7663424. OLE color: 7663424.

HSL color Cylindrical-coordinate representation of color #40EF74: hue angle of 137.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EF74 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 116 -
CMYK 0.73 0 0.51 0.06
HSL 137.83º 0.85% 0.59% -
HSV(B) 137.83º 0.73% 0.94% -
XYZ 36.13 64.08 26.99 -
YUV 172.65 96.02 50.5 -
System Red Green Blue C M Y K H S L
Decimal 64 239 116 0.73 0 0.51 0.06 137.83 0.85 0.59
Hex 40 EF 74 49 0 33 6 8A 55 3B
Octal 100 357 164 111 0 63 6 212 125 73
Binary 1000000 11101111 1110100 1001001 0 110011 110 10001010 1010101 111011

Color Harmonies of #40EF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF74

Black with #40EF74

Text Example


Text Example

White with #40EF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40EF74; }

 p { color: rgb(64,239,116); }

 H1.HeaderClassName
 {
   color: #40EF74;
 }
 .AnyTagClassName
 {
   color: #40EF74;
 }
</style>

background-color css

<style>
 a { background-color: #40EF74; }

 a { background-color: rgb(64,239,116); }

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

border-color css

<style>
 span { border-color: #40EF74; }

 span { border-color: rgb(64,239,116); }

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