Html Css Color HEX #40AD03 Kelly Green

📋 copy color: '#40AD03'

red 64 ◦ green 173 ◦ blue 3

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

Shades of Kelly Green #40AD03

Tints of Kelly Green #40AD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 26.67%
G = 72.08%
B = 1.25%

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

#40AD03 (or 0x40AD03) is known color: Kelly Green. HEX triplet: 40, AD and 03. RGB value is (64,173,3). Sum of RGB (Red+Green+Blue) = 64+173+3=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AD03 is #BF52FC. Grayscale: #797979. Windows color (decimal): -12538621 or 240960. OLE color: 240960.

HSL color Cylindrical-coordinate representation of color #40AD03: hue angle of 98.47º degrees, saturation: 0.97, 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 #40AD03 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 3 -
CMYK 0.63 0 0.98 0.32
HSL 98.47º 0.97% 0.35% -
HSV(B) 98.47º 0.98% 0.68% -
XYZ 17.07 30.98 5.17 -
YUV 121.03 61.39 87.32 -
System Red Green Blue C M Y K H S L
Decimal 64 173 3 0.63 0 0.98 0.32 98.47 0.97 0.35
Hex 40 AD 3 3F 0 62 20 62 61 23
Octal 100 255 3 77 0 142 40 142 141 43
Binary 1000000 10101101 11 111111 0 1100010 100000 1100010 1100001 100011

Color Harmonies of #40AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD03

Black with #40AD03

Text Example


Text Example

White with #40AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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