Html Css Color HEX #40CC19 Kelly Green

📋 copy color: '#40CC19'

red 64 ◦ green 204 ◦ blue 25

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

Shades of Kelly Green #40CC19

Tints of Kelly Green #40CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.62%

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

R = 21.84%
G = 69.62%
B = 8.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#40CC19 (or 0x40CC19) is known color: Kelly Green. HEX triplet: 40, CC and 19. RGB value is (64,204,25). Sum of RGB (Red+Green+Blue) = 64+204+25=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CC19 is #BF33E6. Grayscale: #8E8E8E. Windows color (decimal): -12530663 or 1690688. OLE color: 1690688.

HSL color Cylindrical-coordinate representation of color #40CC19: hue angle of 106.93º 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 #40CC19 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 25 -
CMYK 0.69 0 0.88 0.2
HSL 106.93º 0.78% 0.45% -
HSV(B) 106.93º 0.88% 0.8% -
XYZ 23.88 44.35 8.22 -
YUV 141.73 62.12 72.55 -
System Red Green Blue C M Y K H S L
Decimal 64 204 25 0.69 0 0.88 0.2 106.93 0.78 0.45
Hex 40 CC 19 45 0 58 14 6B 4E 2D
Octal 100 314 31 105 0 130 24 153 116 55
Binary 1000000 11001100 11001 1000101 0 1011000 10100 1101011 1001110 101101

Color Harmonies of #40CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CC19

Black with #40CC19

Text Example


Text Example

White with #40CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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