Html Css Color HEX #40B520 Kelly Green

📋 copy color: '#40B520'

red 64 ◦ green 181 ◦ blue 32

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

Shades of Kelly Green #40B520

Tints of Kelly Green #40B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 65.34%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 23.1%
G = 65.34%
B = 11.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#40B520 (or 0x40B520) is known color: Kelly Green. HEX triplet: 40, B5 and 20. RGB value is (64,181,32). Sum of RGB (Red+Green+Blue) = 64+181+32=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 181 (71.09% from 255 or 65.34% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 181 - color contains mainly: green. Hex color #40B520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B520 is #BF4ADF. Grayscale: #818181. Windows color (decimal): -12536544 or 2143552. OLE color: 2143552.

HSL color Cylindrical-coordinate representation of color #40B520: hue angle of 107.11º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40B520 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 32 -
CMYK 0.65 0 0.82 0.29
HSL 107.11º 0.7% 0.42% -
HSV(B) 107.11º 0.82% 0.71% -
XYZ 18.9 34.24 6.98 -
YUV 129.03 73.24 81.62 -
System Red Green Blue C M Y K H S L
Decimal 64 181 32 0.65 0 0.82 0.29 107.11 0.7 0.42
Hex 40 B5 20 41 0 52 1D 6B 46 2A
Octal 100 265 40 101 0 122 35 153 106 52
Binary 1000000 10110101 100000 1000001 0 1010010 11101 1101011 1000110 101010

Color Harmonies of #40B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B520

Black with #40B520

Text Example


Text Example

White with #40B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,32); }

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

background-color css

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

 a { background-color: rgb(64,181,32); }

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

border-color css

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

 span { border-color: rgb(64,181,32); }

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