Html Css Color HEX #40AF1F Kelly Green

📋 copy color: '#40AF1F'

red 64 ◦ green 175 ◦ blue 31

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

Shades of Kelly Green #40AF1F

Tints of Kelly Green #40AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.81%

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

R = 23.7%
G = 64.81%
B = 11.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#40AF1F (or 0x40AF1F) is known color: Kelly Green. HEX triplet: 40, AF and 1F. RGB value is (64,175,31). Sum of RGB (Red+Green+Blue) = 64+175+31=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF1F is #BF50E0. Grayscale: #7D7D7D. Windows color (decimal): -12538081 or 2076480. OLE color: 2076480.

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

Color convert

RGB 64 175 31 -
CMYK 0.63 0 0.82 0.31
HSL 106.25º 0.7% 0.4% -
HSV(B) 106.25º 0.82% 0.69% -
XYZ 17.69 31.85 6.51 -
YUV 125.4 74.73 84.21 -
System Red Green Blue C M Y K H S L
Decimal 64 175 31 0.63 0 0.82 0.31 106.25 0.7 0.4
Hex 40 AF 1F 3F 0 52 1F 6A 46 28
Octal 100 257 37 77 0 122 37 152 106 50
Binary 1000000 10101111 11111 111111 0 1010010 11111 1101010 1000110 101000

Color Harmonies of #40AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF1F

Black with #40AF1F

Text Example


Text Example

White with #40AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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