Html Css Color HEX #40AD04 Kelly Green

📋 copy color: '#40AD04'

red 64 ◦ green 173 ◦ blue 4

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

Shades of Kelly Green #40AD04

Tints of Kelly Green #40AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 71.78%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 26.56%
G = 71.78%
B = 1.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#40AD04 (or 0x40AD04) is known color: Kelly Green. HEX triplet: 40, AD and 04. RGB value is (64,173,4). Sum of RGB (Red+Green+Blue) = 64+173+4=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AD04 is #BF52FB. Grayscale: #797979. Windows color (decimal): -12538620 or 306496. OLE color: 306496.

HSL color Cylindrical-coordinate representation of color #40AD04: hue angle of 98.7º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40AD04 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 4 -
CMYK 0.63 0 0.98 0.32
HSL 98.7º 0.95% 0.35% -
HSV(B) 98.7º 0.98% 0.68% -
XYZ 17.08 30.99 5.2 -
YUV 121.14 61.89 87.24 -
System Red Green Blue C M Y K H S L
Decimal 64 173 4 0.63 0 0.98 0.32 98.7 0.95 0.35
Hex 40 AD 4 3F 0 62 20 63 5F 23
Octal 100 255 4 77 0 142 40 143 137 43
Binary 1000000 10101101 100 111111 0 1100010 100000 1100011 1011111 100011

Color Harmonies of #40AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD04

Black with #40AD04

Text Example


Text Example

White with #40AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,4); }

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

background-color css

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

 a { background-color: rgb(64,173,4); }

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

border-color css

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

 span { border-color: rgb(64,173,4); }

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