Html Css Color HEX #40CD19 Kelly Green

📋 copy color: '#40CD19'

red 64 ◦ green 205 ◦ blue 25

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

Shades of Kelly Green #40CD19

Tints of Kelly Green #40CD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.73%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 21.77%
G = 69.73%
B = 8.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#40CD19 (or 0x40CD19) is known color: Kelly Green. HEX triplet: 40, CD and 19. RGB value is (64,205,25). Sum of RGB (Red+Green+Blue) = 64+205+25=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 205 (80.47% from 255 or 69.73% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CD19 is #BF32E6. Grayscale: #8E8E8E. Windows color (decimal): -12530407 or 1690944. OLE color: 1690944.

HSL color Cylindrical-coordinate representation of color #40CD19: hue angle of 107º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40CD19 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 25 -
CMYK 0.69 0 0.88 0.20
HSL 107º 0.78% 0.45% -
HSV(B) 107º 0.88% 0.8% -
XYZ 24.12 44.82 8.3 -
YUV 142.32 61.79 72.14 -
System Red Green Blue C M Y K H S L
Decimal 64 205 25 0.69 0 0.88 0.20 107 0.78 0.45
Hex 40 CD 19 45 0 58 14 6B 4E 2D
Octal 100 315 31 105 0 130 24 153 116 55
Binary 1000000 11001101 11001 1000101 0 1011000 10100 1101011 1001110 101101

Color Harmonies of #40CD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD19

Black with #40CD19

Text Example


Text Example

White with #40CD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,25); }

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

background-color css

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

 a { background-color: rgb(64,205,25); }

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

border-color css

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

 span { border-color: rgb(64,205,25); }

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