Html Css Color HEX #40C50D Kelly Green

📋 copy color: '#40C50D'

red 64 ◦ green 197 ◦ blue 13

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

Shades of Kelly Green #40C50D

Tints of Kelly Green #40C50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 23.36%
G = 71.9%
B = 4.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#40C50D (or 0x40C50D) is known color: Kelly Green. HEX triplet: 40, C5 and 0D. RGB value is (64,197,13). Sum of RGB (Red+Green+Blue) = 64+197+13=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #40C50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C50D is #BF3AF2. Grayscale: #888888. Windows color (decimal): -12532467 or 902464. OLE color: 902464.

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

Color convert

RGB 64 197 13 -
CMYK 0.68 0 0.93 0.23
HSL 103.37º 0.88% 0.41% -
HSV(B) 103.37º 0.93% 0.77% -
XYZ 22.15 41.05 7.14 -
YUV 136.26 58.44 76.46 -
System Red Green Blue C M Y K H S L
Decimal 64 197 13 0.68 0 0.93 0.23 103.37 0.88 0.41
Hex 40 C5 D 44 0 5D 17 67 58 29
Octal 100 305 15 104 0 135 27 147 130 51
Binary 1000000 11000101 1101 1000100 0 1011101 10111 1100111 1011000 101001

Color Harmonies of #40C50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C50D

Black with #40C50D

Text Example


Text Example

White with #40C50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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