Html Css Color HEX #40AE07 Kelly Green

📋 copy color: '#40AE07'

red 64 ◦ green 174 ◦ blue 7

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

Shades of Kelly Green #40AE07

Tints of Kelly Green #40AE07

RGB

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

 GREEN value IS 174 (68.36% from 255) = 71.02%

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

R = 26.12%
G = 71.02%
B = 2.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#40AE07 (or 0x40AE07) is known color: Kelly Green. HEX triplet: 40, AE and 07. RGB value is (64,174,7). Sum of RGB (Red+Green+Blue) = 64+174+7=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AE07 is #BF51F8. Grayscale: #7A7A7A. Windows color (decimal): -12538361 or 503360. OLE color: 503360.

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

Color convert

RGB 64 174 7 -
CMYK 0.63 0 0.96 0.32
HSL 99.52º 0.92% 0.35% -
HSV(B) 99.52º 0.96% 0.68% -
XYZ 17.29 31.38 5.35 -
YUV 122.07 63.06 86.58 -
System Red Green Blue C M Y K H S L
Decimal 64 174 7 0.63 0 0.96 0.32 99.52 0.92 0.35
Hex 40 AE 7 3F 0 60 20 64 5C 23
Octal 100 256 7 77 0 140 40 144 134 43
Binary 1000000 10101110 111 111111 0 1100000 100000 1100100 1011100 100011

Color Harmonies of #40AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE07

Black with #40AE07

Text Example


Text Example

White with #40AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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