Html Css Color HEX #40DB75 Emerald

📋 copy color: '#40DB75'

red 64 ◦ green 219 ◦ blue 117

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

Shades of Emerald #40DB75

Tints of Emerald #40DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.75%

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

R = 16%
G = 54.75%
B = 29.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#40DB75 (or 0x40DB75) is known color: Emerald. HEX triplet: 40, DB and 75. RGB value is (64,219,117). Sum of RGB (Red+Green+Blue) = 64+219+117=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB75 is #BF248A. Grayscale: #A1A1A1. Windows color (decimal): -12526731 or 7723840. OLE color: 7723840.

HSL color Cylindrical-coordinate representation of color #40DB75: hue angle of 140.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB75 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 219 117 -
CMYK 0.71 0 0.47 0.14
HSL 140.52º 0.68% 0.55% -
HSV(B) 140.52º 0.71% 0.86% -
XYZ 30.66 53.04 25.45 -
YUV 161.03 103.15 58.79 -
System Red Green Blue C M Y K H S L
Decimal 64 219 117 0.71 0 0.47 0.14 140.52 0.68 0.55
Hex 40 DB 75 47 0 2F E 8D 44 37
Octal 100 333 165 107 0 57 16 215 104 67
Binary 1000000 11011011 1110101 1000111 0 101111 1110 10001101 1000100 110111

Color Harmonies of #40DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DB75

Black with #40DB75

Text Example


Text Example

White with #40DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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