Html Css Color HEX #40CA0A Kelly Green

📋 copy color: '#40CA0A'

red 64 ◦ green 202 ◦ blue 10

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

Shades of Kelly Green #40CA0A

Tints of Kelly Green #40CA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 23.19%
G = 73.19%
B = 3.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#40CA0A (or 0x40CA0A) is known color: Kelly Green. HEX triplet: 40, CA and 0A. RGB value is (64,202,10). Sum of RGB (Red+Green+Blue) = 64+202+10=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CA0A is #BF35F5. Grayscale: #8B8B8B. Windows color (decimal): -12531190 or 707136. OLE color: 707136.

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

Color convert

RGB 64 202 10 -
CMYK 0.68 0 0.95 0.21
HSL 103.13º 0.91% 0.42% -
HSV(B) 103.13º 0.95% 0.79% -
XYZ 23.29 43.35 7.43 -
YUV 138.85 55.28 74.61 -
System Red Green Blue C M Y K H S L
Decimal 64 202 10 0.68 0 0.95 0.21 103.13 0.91 0.42
Hex 40 CA A 44 0 5F 15 67 5B 2A
Octal 100 312 12 104 0 137 25 147 133 52
Binary 1000000 11001010 1010 1000100 0 1011111 10101 1100111 1011011 101010

Color Harmonies of #40CA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA0A

Black with #40CA0A

Text Example


Text Example

White with #40CA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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