Html Css Color HEX #40CA00 Kelly Green

📋 copy color: '#40CA00'

red 64 ◦ green 202 ◦ blue 0

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

Shades of Kelly Green #40CA00

Tints of Kelly Green #40CA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 75.94%

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

R = 24.06%
G = 75.94%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#40CA00 (or 0x40CA00) is known color: Kelly Green. HEX triplet: 40, CA and 00. RGB value is (64,202,0). Sum of RGB (Red+Green+Blue) = 64+202+0=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CA00 is #BF35FF. Grayscale: #8A8A8A. Windows color (decimal): -12531200 or 51776. OLE color: 51776.

HSL color Cylindrical-coordinate representation of color #40CA00: hue angle of 100.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40CA00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 0 -
CMYK 0.68 0 1 0.21
HSL 100.99º 1% 0.4% -
HSV(B) 100.99º 1% 0.79% -
XYZ 23.23 43.33 7.14 -
YUV 137.71 50.28 75.43 -
System Red Green Blue C M Y K H S L
Decimal 64 202 0 0.68 0 1 0.21 100.99 1 0.4
Hex 40 CA 0 44 0 64 15 65 64 28
Octal 100 312 0 104 0 144 25 145 144 50
Binary 1000000 11001010 0 1000100 0 1100100 10101 1100101 1100100 101000

Color Harmonies of #40CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA00

Black with #40CA00

Text Example


Text Example

White with #40CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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