Html Css Color HEX #40CF82 Emerald

📋 copy color: '#40CF82'

red 64 ◦ green 207 ◦ blue 130

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

Shades of Emerald #40CF82

Tints of Emerald #40CF82

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.62%

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 15.96%
G = 51.62%
B = 32.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#40CF82 (or 0x40CF82) is known color: Emerald. HEX triplet: 40, CF and 82. RGB value is (64,207,130). Sum of RGB (Red+Green+Blue) = 64+207+130=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF82 is #BF307D. Grayscale: #9B9B9B. Windows color (decimal): -12529790 or 8572736. OLE color: 8572736.

HSL color Cylindrical-coordinate representation of color #40CF82: hue angle of 147.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF82 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 207 130 -
CMYK 0.69 0 0.37 0.19
HSL 147.69º 0.6% 0.53% -
HSV(B) 147.69º 0.69% 0.81% -
XYZ 28.46 47.33 28.75 -
YUV 155.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 64 207 130 0.69 0 0.37 0.19 147.69 0.6 0.53
Hex 40 CF 82 45 0 25 13 94 3C 35
Octal 100 317 202 105 0 45 23 224 74 65
Binary 1000000 11001111 10000010 1000101 0 100101 10011 10010100 111100 110101

Color Harmonies of #40CF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CF82

Black with #40CF82

Text Example


Text Example

White with #40CF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,207,130); }

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

background-color css

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

 a { background-color: rgb(64,207,130); }

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

border-color css

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

 span { border-color: rgb(64,207,130); }

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