Html Css Color HEX #40C320 Kelly Green

📋 copy color: '#40C320'

red 64 ◦ green 195 ◦ blue 32

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

Shades of Kelly Green #40C320

Tints of Kelly Green #40C320

RGB

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

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

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

R = 21.99%
G = 67.01%
B = 11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#40C320 (or 0x40C320) is known color: Kelly Green. HEX triplet: 40, C3 and 20. RGB value is (64,195,32). Sum of RGB (Red+Green+Blue) = 64+195+32=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #40C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C320 is #BF3CDF. Grayscale: #898989. Windows color (decimal): -12532960 or 2147136. OLE color: 2147136.

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

Color convert

RGB 64 195 32 -
CMYK 0.67 0 0.84 0.24
HSL 108.22º 0.72% 0.45% -
HSV(B) 108.22º 0.84% 0.76% -
XYZ 21.89 40.22 7.98 -
YUV 137.25 68.6 75.75 -
System Red Green Blue C M Y K H S L
Decimal 64 195 32 0.67 0 0.84 0.24 108.22 0.72 0.45
Hex 40 C3 20 43 0 54 18 6C 48 2D
Octal 100 303 40 103 0 124 30 154 110 55
Binary 1000000 11000011 100000 1000011 0 1010100 11000 1101100 1001000 101101

Color Harmonies of #40C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C320

Black with #40C320

Text Example


Text Example

White with #40C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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