Html Css Color HEX #40E075 Emerald

📋 copy color: '#40E075'

red 64 ◦ green 224 ◦ blue 117

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

Shades of Emerald #40E075

Tints of Emerald #40E075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.31%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 15.8%
G = 55.31%
B = 28.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#40E075 (or 0x40E075) is known color: Emerald. HEX triplet: 40, E0 and 75. RGB value is (64,224,117). Sum of RGB (Red+Green+Blue) = 64+224+117=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #40E075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E075 is #BF1F8A. Grayscale: #A4A4A4. Windows color (decimal): -12525451 or 7725120. OLE color: 7725120.

HSL color Cylindrical-coordinate representation of color #40E075: hue angle of 139.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E075 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 117 -
CMYK 0.71 0 0.48 0.12
HSL 139.88º 0.72% 0.56% -
HSV(B) 139.88º 0.71% 0.88% -
XYZ 31.98 55.69 25.89 -
YUV 163.96 101.49 56.7 -
System Red Green Blue C M Y K H S L
Decimal 64 224 117 0.71 0 0.48 0.12 139.88 0.72 0.56
Hex 40 E0 75 47 0 30 C 8C 48 38
Octal 100 340 165 107 0 60 14 214 110 70
Binary 1000000 11100000 1110101 1000111 0 110000 1100 10001100 1001000 111000

Color Harmonies of #40E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E075

Black with #40E075

Text Example


Text Example

White with #40E075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,117); }

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

background-color css

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

 a { background-color: rgb(64,224,117); }

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

border-color css

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

 span { border-color: rgb(64,224,117); }

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