Html Css Color HEX #40C514 Kelly Green

📋 copy color: '#40C514'

red 64 ◦ green 197 ◦ blue 20

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

Shades of Kelly Green #40C514

Tints of Kelly Green #40C514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 22.78%
G = 70.11%
B = 7.12%

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

#40C514 (or 0x40C514) is known color: Kelly Green. HEX triplet: 40, C5 and 14. RGB value is (64,197,20). Sum of RGB (Red+Green+Blue) = 64+197+20=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #40C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C514 is #BF3AEB. Grayscale: #898989. Windows color (decimal): -12532460 or 1361216. OLE color: 1361216.

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

Color convert

RGB 64 197 20 -
CMYK 0.68 0 0.90 0.23
HSL 105.08º 0.82% 0.43% -
HSV(B) 105.08º 0.9% 0.77% -
XYZ 22.21 41.07 7.42 -
YUV 137.06 61.94 75.89 -
System Red Green Blue C M Y K H S L
Decimal 64 197 20 0.68 0 0.90 0.23 105.08 0.82 0.43
Hex 40 C5 14 44 0 5A 17 69 52 2B
Octal 100 305 24 104 0 132 27 151 122 53
Binary 1000000 11000101 10100 1000100 0 1011010 10111 1101001 1010010 101011

Color Harmonies of #40C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C514

Black with #40C514

Text Example


Text Example

White with #40C514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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