Html Css Color HEX #40AF07 Kelly Green

📋 copy color: '#40AF07'

red 64 ◦ green 175 ◦ blue 7

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

Shades of Kelly Green #40AF07

Tints of Kelly Green #40AF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.85%

R = 26.02%
G = 71.14%
B = 2.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#40AF07 (or 0x40AF07) is known color: Kelly Green. HEX triplet: 40, AF and 07. RGB value is (64,175,7). Sum of RGB (Red+Green+Blue) = 64+175+7=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF07 is #BF50F8. Grayscale: #7B7B7B. Windows color (decimal): -12538105 or 503616. OLE color: 503616.

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

Color convert

RGB 64 175 7 -
CMYK 0.63 0 0.96 0.31
HSL 99.64º 0.92% 0.36% -
HSV(B) 99.64º 0.96% 0.69% -
XYZ 17.48 31.77 5.41 -
YUV 122.66 62.73 86.16 -
System Red Green Blue C M Y K H S L
Decimal 64 175 7 0.63 0 0.96 0.31 99.64 0.92 0.36
Hex 40 AF 7 3F 0 60 1F 64 5C 24
Octal 100 257 7 77 0 140 37 144 134 44
Binary 1000000 10101111 111 111111 0 1100000 11111 1100100 1011100 100100

Color Harmonies of #40AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF07

Black with #40AF07

Text Example


Text Example

White with #40AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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