Html Css Color HEX #40C513 Kelly Green

📋 copy color: '#40C513'

red 64 ◦ green 197 ◦ blue 19

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

Shades of Kelly Green #40C513

Tints of Kelly Green #40C513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.36%

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 22.86%
G = 70.36%
B = 6.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#40C513 (or 0x40C513) is known color: Kelly Green. HEX triplet: 40, C5 and 13. RGB value is (64,197,19). Sum of RGB (Red+Green+Blue) = 64+197+19=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #40C513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C513 is #BF3AEC. Grayscale: #898989. Windows color (decimal): -12532461 or 1295680. OLE color: 1295680.

HSL color Cylindrical-coordinate representation of color #40C513: hue angle of 104.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40C513 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 19 -
CMYK 0.68 0 0.90 0.23
HSL 104.83º 0.82% 0.42% -
HSV(B) 104.83º 0.9% 0.77% -
XYZ 22.2 41.07 7.37 -
YUV 136.94 61.44 75.97 -
System Red Green Blue C M Y K H S L
Decimal 64 197 19 0.68 0 0.90 0.23 104.83 0.82 0.42
Hex 40 C5 13 44 0 5A 17 69 52 2A
Octal 100 305 23 104 0 132 27 151 122 52
Binary 1000000 11000101 10011 1000100 0 1011010 10111 1101001 1010010 101010

Color Harmonies of #40C513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C513

Black with #40C513

Text Example


Text Example

White with #40C513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,19); }

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

background-color css

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

 a { background-color: rgb(64,197,19); }

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

border-color css

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

 span { border-color: rgb(64,197,19); }

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