Html Css Color HEX #40DA16 Kelly Green

📋 copy color: '#40DA16'

red 64 ◦ green 218 ◦ blue 22

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

Shades of Kelly Green #40DA16

Tints of Kelly Green #40DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 71.71%

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 21.05%
G = 71.71%
B = 7.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#40DA16 (or 0x40DA16) is known color: Kelly Green. HEX triplet: 40, DA and 16. RGB value is (64,218,22). Sum of RGB (Red+Green+Blue) = 64+218+22=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DA16 is #BF25E9. Grayscale: #969696. Windows color (decimal): -12527082 or 1497664. OLE color: 1497664.

HSL color Cylindrical-coordinate representation of color #40DA16: hue angle of 107.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40DA16 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 22 -
CMYK 0.71 0 0.90 0.15
HSL 107.14º 0.82% 0.47% -
HSV(B) 107.14º 0.9% 0.85% -
XYZ 27.33 51.29 9.22 -
YUV 149.61 55.98 66.94 -
System Red Green Blue C M Y K H S L
Decimal 64 218 22 0.71 0 0.90 0.15 107.14 0.82 0.47
Hex 40 DA 16 47 0 5A F 6B 52 2F
Octal 100 332 26 107 0 132 17 153 122 57
Binary 1000000 11011010 10110 1000111 0 1011010 1111 1101011 1010010 101111

Color Harmonies of #40DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA16

Black with #40DA16

Text Example


Text Example

White with #40DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,218,22); }

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

background-color css

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

 a { background-color: rgb(64,218,22); }

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

border-color css

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

 span { border-color: rgb(64,218,22); }

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