Html Css Color HEX #40CC85 Emerald

📋 copy color: '#40CC85'

red 64 ◦ green 204 ◦ blue 133

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

Shades of Emerald #40CC85

Tints of Emerald #40CC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.87%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 15.96%
G = 50.87%
B = 33.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#40CC85 (or 0x40CC85) is known color: Emerald. HEX triplet: 40, CC and 85. RGB value is (64,204,133). Sum of RGB (Red+Green+Blue) = 64+204+133=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CC85 is #BF337A. Grayscale: #9A9A9A. Windows color (decimal): -12530555 or 8768576. OLE color: 8768576.

HSL color Cylindrical-coordinate representation of color #40CC85: hue angle of 149.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC85 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 133 -
CMYK 0.69 0 0.35 0.2
HSL 149.57º 0.58% 0.53% -
HSV(B) 149.57º 0.69% 0.8% -
XYZ 27.94 45.97 29.59 -
YUV 154.05 116.12 63.77 -
System Red Green Blue C M Y K H S L
Decimal 64 204 133 0.69 0 0.35 0.2 149.57 0.58 0.53
Hex 40 CC 85 45 0 23 14 96 3A 35
Octal 100 314 205 105 0 43 24 226 72 65
Binary 1000000 11001100 10000101 1000101 0 100011 10100 10010110 111010 110101

Color Harmonies of #40CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CC85

Black with #40CC85

Text Example


Text Example

White with #40CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,204,133); }

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

background-color css

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

 a { background-color: rgb(64,204,133); }

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

border-color css

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

 span { border-color: rgb(64,204,133); }

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