Html Css Color HEX #40C000 Kelly Green

📋 copy color: '#40C000'

red 64 ◦ green 192 ◦ blue 0

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

Shades of Kelly Green #40C000

Tints of Kelly Green #40C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25%
G = 75%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#40C000 (or 0x40C000) is known color: Kelly Green. HEX triplet: 40, C0 and 00. RGB value is (64,192,0). Sum of RGB (Red+Green+Blue) = 64+192+0=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #40C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C000 is #BF3FFF. Grayscale: #848484. Windows color (decimal): -12533760 or 49216. OLE color: 49216.

HSL color Cylindrical-coordinate representation of color #40C000: hue angle of 100º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40C000 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 0 -
CMYK 0.67 0 1 0.25
HSL 100º 1% 0.38% -
HSV(B) 100º 1% 0.75% -
XYZ 20.96 38.79 6.38 -
YUV 131.84 53.59 79.61 -
System Red Green Blue C M Y K H S L
Decimal 64 192 0 0.67 0 1 0.25 100 1 0.38
Hex 40 C0 0 43 0 64 19 64 64 26
Octal 100 300 0 103 0 144 31 144 144 46
Binary 1000000 11000000 0 1000011 0 1100100 11001 1100100 1100100 100110

Color Harmonies of #40C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C000

Black with #40C000

Text Example


Text Example

White with #40C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,0); }

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

background-color css

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

 a { background-color: rgb(64,192,0); }

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

border-color css

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

 span { border-color: rgb(64,192,0); }

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