Html Css Color HEX #40C75B Emerald

📋 copy color: '#40C75B'

red 64 ◦ green 199 ◦ blue 91

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

Shades of Emerald #40C75B

Tints of Emerald #40C75B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.21%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 18.08%
G = 56.21%
B = 25.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#40C75B (or 0x40C75B) is known color: Emerald. HEX triplet: 40, C7 and 5B. RGB value is (64,199,91). Sum of RGB (Red+Green+Blue) = 64+199+91=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #40C75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C75B is #BF38A4. Grayscale: #929292. Windows color (decimal): -12531877 or 6014784. OLE color: 6014784.

HSL color Cylindrical-coordinate representation of color #40C75B: hue angle of 132º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C75B is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 199 91 -
CMYK 0.68 0 0.54 0.22
HSL 132º 0.55% 0.52% -
HSV(B) 132º 0.68% 0.78% -
XYZ 24.43 42.69 16.85 -
YUV 146.32 96.77 69.28 -
System Red Green Blue C M Y K H S L
Decimal 64 199 91 0.68 0 0.54 0.22 132 0.55 0.52
Hex 40 C7 5B 44 0 36 16 84 37 34
Octal 100 307 133 104 0 66 26 204 67 64
Binary 1000000 11000111 1011011 1000100 0 110110 10110 10000100 110111 110100

Color Harmonies of #40C75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C75B

Black with #40C75B

Text Example


Text Example

White with #40C75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,199,91); }

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

background-color css

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

 a { background-color: rgb(64,199,91); }

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

border-color css

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

 span { border-color: rgb(64,199,91); }

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