Html Css Color HEX #40CA5C Emerald

📋 copy color: '#40CA5C'

red 64 ◦ green 202 ◦ blue 92

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

Shades of Emerald #40CA5C

Tints of Emerald #40CA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 17.88%
G = 56.42%
B = 25.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#40CA5C (or 0x40CA5C) is known color: Emerald. HEX triplet: 40, CA and 5C. RGB value is (64,202,92). Sum of RGB (Red+Green+Blue) = 64+202+92=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA5C is #BF35A3. Grayscale: #949494. Windows color (decimal): -12531108 or 6081088. OLE color: 6081088.

HSL color Cylindrical-coordinate representation of color #40CA5C: hue angle of 132.17º 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 #40CA5C is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 92 -
CMYK 0.68 0 0.54 0.21
HSL 132.17º 0.57% 0.52% -
HSV(B) 132.17º 0.68% 0.79% -
XYZ 25.17 44.1 17.31 -
YUV 148.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 64 202 92 0.68 0 0.54 0.21 132.17 0.57 0.52
Hex 40 CA 5C 44 0 36 15 84 39 34
Octal 100 312 134 104 0 66 25 204 71 64
Binary 1000000 11001010 1011100 1000100 0 110110 10101 10000100 111001 110100

Color Harmonies of #40CA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA5C

Black with #40CA5C

Text Example


Text Example

White with #40CA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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