Html Css Color HEX #40DF75 Emerald

📋 copy color: '#40DF75'

red 64 ◦ green 223 ◦ blue 117

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

Shades of Emerald #40DF75

Tints of Emerald #40DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.2%

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

R = 15.84%
G = 55.2%
B = 28.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#40DF75 (or 0x40DF75) is known color: Emerald. HEX triplet: 40, DF and 75. RGB value is (64,223,117). Sum of RGB (Red+Green+Blue) = 64+223+117=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DF75 is #BF208A. Grayscale: #A3A3A3. Windows color (decimal): -12525707 or 7724864. OLE color: 7724864.

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

Color convert

RGB 64 223 117 -
CMYK 0.71 0 0.48 0.13
HSL 140º 0.71% 0.56% -
HSV(B) 140º 0.71% 0.87% -
XYZ 31.71 55.15 25.8 -
YUV 163.38 101.82 57.12 -
System Red Green Blue C M Y K H S L
Decimal 64 223 117 0.71 0 0.48 0.13 140 0.71 0.56
Hex 40 DF 75 47 0 30 D 8C 47 38
Octal 100 337 165 107 0 60 15 214 107 70
Binary 1000000 11011111 1110101 1000111 0 110000 1101 10001100 1000111 111000

Color Harmonies of #40DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF75

Black with #40DF75

Text Example


Text Example

White with #40DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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