Html Css Color HEX #40C31A Kelly Green

📋 copy color: '#40C31A'

red 64 ◦ green 195 ◦ blue 26

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

Shades of Kelly Green #40C31A

Tints of Kelly Green #40C31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.42%

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 22.46%
G = 68.42%
B = 9.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#40C31A (or 0x40C31A) is known color: Kelly Green. HEX triplet: 40, C3 and 1A. RGB value is (64,195,26). Sum of RGB (Red+Green+Blue) = 64+195+26=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #40C31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C31A is #BF3CE5. Grayscale: #898989. Windows color (decimal): -12532966 or 1753920. OLE color: 1753920.

HSL color Cylindrical-coordinate representation of color #40C31A: hue angle of 106.51º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40C31A is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 26 -
CMYK 0.67 0 0.87 0.24
HSL 106.51º 0.76% 0.43% -
HSV(B) 106.51º 0.87% 0.76% -
XYZ 21.82 40.19 7.59 -
YUV 136.57 65.6 76.24 -
System Red Green Blue C M Y K H S L
Decimal 64 195 26 0.67 0 0.87 0.24 106.51 0.76 0.43
Hex 40 C3 1A 43 0 57 18 6B 4C 2B
Octal 100 303 32 103 0 127 30 153 114 53
Binary 1000000 11000011 11010 1000011 0 1010111 11000 1101011 1001100 101011

Color Harmonies of #40C31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C31A

Black with #40C31A

Text Example


Text Example

White with #40C31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,26); }

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

background-color css

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

 a { background-color: rgb(64,195,26); }

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

border-color css

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

 span { border-color: rgb(64,195,26); }

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