Html Css Color HEX #40D21C Kelly Green

📋 copy color: '#40D21C'

red 64 ◦ green 210 ◦ blue 28

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

Shades of Kelly Green #40D21C

Tints of Kelly Green #40D21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 69.54%

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

R = 21.19%
G = 69.54%
B = 9.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#40D21C (or 0x40D21C) is known color: Kelly Green. HEX triplet: 40, D2 and 1C. RGB value is (64,210,28). Sum of RGB (Red+Green+Blue) = 64+210+28=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 210 (82.42% from 255 or 69.54% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 210 - color contains mainly: green. Hex color #40D21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D21C is #BF2DE3. Grayscale: #929292. Windows color (decimal): -12529124 or 1888832. OLE color: 1888832.

HSL color Cylindrical-coordinate representation of color #40D21C: hue angle of 108.13º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40D21C is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 210 28 -
CMYK 0.70 0 0.87 0.18
HSL 108.13º 0.76% 0.47% -
HSV(B) 108.13º 0.87% 0.82% -
XYZ 25.37 47.27 8.88 -
YUV 145.6 61.63 69.8 -
System Red Green Blue C M Y K H S L
Decimal 64 210 28 0.70 0 0.87 0.18 108.13 0.76 0.47
Hex 40 D2 1C 46 0 57 12 6C 4C 2F
Octal 100 322 34 106 0 127 22 154 114 57
Binary 1000000 11010010 11100 1000110 0 1010111 10010 1101100 1001100 101111

Color Harmonies of #40D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D21C

Black with #40D21C

Text Example


Text Example

White with #40D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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