Html Css Color HEX #40AD1F Kelly Green

📋 copy color: '#40AD1F'

red 64 ◦ green 173 ◦ blue 31

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

Shades of Kelly Green #40AD1F

Tints of Kelly Green #40AD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 23.88%
G = 64.55%
B = 11.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#40AD1F (or 0x40AD1F) is known color: Kelly Green. HEX triplet: 40, AD and 1F. RGB value is (64,173,31). Sum of RGB (Red+Green+Blue) = 64+173+31=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD1F is #BF52E0. Grayscale: #7C7C7C. Windows color (decimal): -12538593 or 2075968. OLE color: 2075968.

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

Color convert

RGB 64 173 31 -
CMYK 0.63 0 0.82 0.32
HSL 106.06º 0.7% 0.4% -
HSV(B) 106.06º 0.82% 0.68% -
XYZ 17.31 31.08 6.38 -
YUV 124.22 75.39 85.05 -
System Red Green Blue C M Y K H S L
Decimal 64 173 31 0.63 0 0.82 0.32 106.06 0.7 0.4
Hex 40 AD 1F 3F 0 52 20 6A 46 28
Octal 100 255 37 77 0 122 40 152 106 50
Binary 1000000 10101101 11111 111111 0 1010010 100000 1101010 1000110 101000

Color Harmonies of #40AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD1F

Black with #40AD1F

Text Example


Text Example

White with #40AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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