Html Css Color HEX #40D805 Kelly Green

📋 copy color: '#40D805'

red 64 ◦ green 216 ◦ blue 5

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

Shades of Kelly Green #40D805

Tints of Kelly Green #40D805

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.79%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 22.46%
G = 75.79%
B = 1.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#40D805 (or 0x40D805) is known color: Kelly Green. HEX triplet: 40, D8 and 05. RGB value is (64,216,5). Sum of RGB (Red+Green+Blue) = 64+216+5=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #40D805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D805 is #BF27FA. Grayscale: #939393. Windows color (decimal): -12527611 or 383040. OLE color: 383040.

HSL color Cylindrical-coordinate representation of color #40D805: hue angle of 103.22º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40D805 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 5 -
CMYK 0.70 0 0.98 0.15
HSL 103.22º 0.95% 0.43% -
HSV(B) 103.22º 0.98% 0.85% -
XYZ 26.7 50.21 8.43 -
YUV 146.5 48.14 69.16 -
System Red Green Blue C M Y K H S L
Decimal 64 216 5 0.70 0 0.98 0.15 103.22 0.95 0.43
Hex 40 D8 5 46 0 62 F 67 5F 2B
Octal 100 330 5 106 0 142 17 147 137 53
Binary 1000000 11011000 101 1000110 0 1100010 1111 1100111 1011111 101011

Color Harmonies of #40D805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D805

Black with #40D805

Text Example


Text Example

White with #40D805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,5); }

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

background-color css

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

 a { background-color: rgb(64,216,5); }

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

border-color css

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

 span { border-color: rgb(64,216,5); }

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