Html Css Color HEX #40B31C Kelly Green

📋 copy color: '#40B31C'

red 64 ◦ green 179 ◦ blue 28

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

Shades of Kelly Green #40B31C

Tints of Kelly Green #40B31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.05%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 23.62%
G = 66.05%
B = 10.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#40B31C (or 0x40B31C) is known color: Kelly Green. HEX triplet: 40, B3 and 1C. RGB value is (64,179,28). Sum of RGB (Red+Green+Blue) = 64+179+28=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #40B31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B31C is #BF4CE3. Grayscale: #7F7F7F. Windows color (decimal): -12537060 or 1880896. OLE color: 1880896.

HSL color Cylindrical-coordinate representation of color #40B31C: hue angle of 105.7º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40B31C is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 179 28 -
CMYK 0.64 0 0.84 0.30
HSL 105.7º 0.73% 0.41% -
HSV(B) 105.7º 0.84% 0.7% -
XYZ 18.44 33.41 6.58 -
YUV 127.4 71.9 82.78 -
System Red Green Blue C M Y K H S L
Decimal 64 179 28 0.64 0 0.84 0.30 105.7 0.73 0.41
Hex 40 B3 1C 40 0 54 1E 6A 49 29
Octal 100 263 34 100 0 124 36 152 111 51
Binary 1000000 10110011 11100 1000000 0 1010100 11110 1101010 1001001 101001

Color Harmonies of #40B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B31C

Black with #40B31C

Text Example


Text Example

White with #40B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,179,28); }

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

background-color css

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

 a { background-color: rgb(64,179,28); }

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

border-color css

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

 span { border-color: rgb(64,179,28); }

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