Html Css Color HEX #40D70C Kelly Green

📋 copy color: '#40D70C'

red 64 ◦ green 215 ◦ blue 12

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

Shades of Kelly Green #40D70C

Tints of Kelly Green #40D70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.88%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 21.99%
G = 73.88%
B = 4.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#40D70C (or 0x40D70C) is known color: Kelly Green. HEX triplet: 40, D7 and 0C. RGB value is (64,215,12). Sum of RGB (Red+Green+Blue) = 64+215+12=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #40D70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D70C is #BF28F3. Grayscale: #939393. Windows color (decimal): -12527860 or 841536. OLE color: 841536.

HSL color Cylindrical-coordinate representation of color #40D70C: hue angle of 104.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40D70C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 12 -
CMYK 0.70 0 0.94 0.16
HSL 104.63º 0.89% 0.45% -
HSV(B) 104.63º 0.94% 0.84% -
XYZ 26.48 49.72 8.55 -
YUV 146.71 51.97 69.01 -
System Red Green Blue C M Y K H S L
Decimal 64 215 12 0.70 0 0.94 0.16 104.63 0.89 0.45
Hex 40 D7 C 46 0 5E 10 69 59 2D
Octal 100 327 14 106 0 136 20 151 131 55
Binary 1000000 11010111 1100 1000110 0 1011110 10000 1101001 1011001 101101

Color Harmonies of #40D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D70C

Black with #40D70C

Text Example


Text Example

White with #40D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,12); }

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

background-color css

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

 a { background-color: rgb(64,215,12); }

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

border-color css

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

 span { border-color: rgb(64,215,12); }

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