Html Css Color HEX #40C510 Kelly Green

📋 copy color: '#40C510'

red 64 ◦ green 197 ◦ blue 16

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

Shades of Kelly Green #40C510

Tints of Kelly Green #40C510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 23.1%
G = 71.12%
B = 5.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#40C510 (or 0x40C510) is known color: Kelly Green. HEX triplet: 40, C5 and 10. RGB value is (64,197,16). Sum of RGB (Red+Green+Blue) = 64+197+16=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #40C510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C510 is #BF3AEF. Grayscale: #898989. Windows color (decimal): -12532464 or 1099072. OLE color: 1099072.

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

Color convert

RGB 64 197 16 -
CMYK 0.68 0 0.92 0.23
HSL 104.09º 0.85% 0.42% -
HSV(B) 104.09º 0.92% 0.77% -
XYZ 22.17 41.06 7.25 -
YUV 136.6 59.94 76.22 -
System Red Green Blue C M Y K H S L
Decimal 64 197 16 0.68 0 0.92 0.23 104.09 0.85 0.42
Hex 40 C5 10 44 0 5C 17 68 55 2A
Octal 100 305 20 104 0 134 27 150 125 52
Binary 1000000 11000101 10000 1000100 0 1011100 10111 1101000 1010101 101010

Color Harmonies of #40C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C510

Black with #40C510

Text Example


Text Example

White with #40C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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