Html Css Color HEX #40CA75 Emerald

📋 copy color: '#40CA75'

red 64 ◦ green 202 ◦ blue 117

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

Shades of Emerald #40CA75

Tints of Emerald #40CA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

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

R = 16.71%
G = 52.74%
B = 30.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#40CA75 (or 0x40CA75) is known color: Emerald. HEX triplet: 40, CA and 75. RGB value is (64,202,117). Sum of RGB (Red+Green+Blue) = 64+202+117=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA75 is #BF358A. Grayscale: #979797. Windows color (decimal): -12531083 or 7719488. OLE color: 7719488.

HSL color Cylindrical-coordinate representation of color #40CA75: hue angle of 143.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA75 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 117 -
CMYK 0.68 0 0.42 0.21
HSL 143.04º 0.57% 0.52% -
HSV(B) 143.04º 0.68% 0.79% -
XYZ 26.45 44.62 24.05 -
YUV 151.05 108.78 65.91 -
System Red Green Blue C M Y K H S L
Decimal 64 202 117 0.68 0 0.42 0.21 143.04 0.57 0.52
Hex 40 CA 75 44 0 2A 15 8F 39 34
Octal 100 312 165 104 0 52 25 217 71 64
Binary 1000000 11001010 1110101 1000100 0 101010 10101 10001111 111001 110100

Color Harmonies of #40CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA75

Black with #40CA75

Text Example


Text Example

White with #40CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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