Html Css Color HEX #40D413 Kelly Green

📋 copy color: '#40D413'

red 64 ◦ green 212 ◦ blue 19

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

Shades of Kelly Green #40D413

Tints of Kelly Green #40D413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.86%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 21.69%
G = 71.86%
B = 6.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#40D413 (or 0x40D413) is known color: Kelly Green. HEX triplet: 40, D4 and 13. RGB value is (64,212,19). Sum of RGB (Red+Green+Blue) = 64+212+19=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #40D413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D413 is #BF2BEC. Grayscale: #929292. Windows color (decimal): -12528621 or 1299520. OLE color: 1299520.

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

Color convert

RGB 64 212 19 -
CMYK 0.70 0 0.91 0.17
HSL 106.01º 0.84% 0.45% -
HSV(B) 106.01º 0.91% 0.83% -
XYZ 25.78 48.22 8.57 -
YUV 145.75 56.47 69.69 -
System Red Green Blue C M Y K H S L
Decimal 64 212 19 0.70 0 0.91 0.17 106.01 0.84 0.45
Hex 40 D4 13 46 0 5B 11 6A 54 2D
Octal 100 324 23 106 0 133 21 152 124 55
Binary 1000000 11010100 10011 1000110 0 1011011 10001 1101010 1010100 101101

Color Harmonies of #40D413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D413

Black with #40D413

Text Example


Text Example

White with #40D413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,212,19); }

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

background-color css

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

 a { background-color: rgb(64,212,19); }

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

border-color css

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

 span { border-color: rgb(64,212,19); }

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