Html Css Color HEX #40C21C Kelly Green

📋 copy color: '#40C21C'

red 64 ◦ green 194 ◦ blue 28

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

Shades of Kelly Green #40C21C

Tints of Kelly Green #40C21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.83%

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

R = 22.38%
G = 67.83%
B = 9.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#40C21C (or 0x40C21C) is known color: Kelly Green. HEX triplet: 40, C2 and 1C. RGB value is (64,194,28). Sum of RGB (Red+Green+Blue) = 64+194+28=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #40C21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C21C is #BF3DE3. Grayscale: #888888. Windows color (decimal): -12533220 or 1884736. OLE color: 1884736.

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

Color convert

RGB 64 194 28 -
CMYK 0.67 0 0.86 0.24
HSL 106.99º 0.75% 0.44% -
HSV(B) 106.99º 0.86% 0.76% -
XYZ 21.62 39.76 7.63 -
YUV 136.21 66.93 76.5 -
System Red Green Blue C M Y K H S L
Decimal 64 194 28 0.67 0 0.86 0.24 106.99 0.75 0.44
Hex 40 C2 1C 43 0 56 18 6B 4B 2C
Octal 100 302 34 103 0 126 30 153 113 54
Binary 1000000 11000010 11100 1000011 0 1010110 11000 1101011 1001011 101100

Color Harmonies of #40C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C21C

Black with #40C21C

Text Example


Text Example

White with #40C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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