#40CA05

Color #40CA05 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40CA05

Tints of Kelly Green #40CA05

Color information

#40CA05 (or 0x40CA05) is unknown color: approx Kelly Green. HEX triplet: 40, CA and 05. RGB value is (64,202,5). Sum of RGB (Red+Green+Blue) = 64+202+5=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CA05 is #BF35FA. Grayscale: #8A8A8A. Windows color (decimal): -12531195 or 379456. OLE color: 379456.

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

Color convert

RGB642025-
CMYK0.6800.980.21
HSL102.03º95.17%40.59%-
HSV(B)102.03º97.52%79.22%-
XYZ23.2643.347.28-
YUV138.2852.7875.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 202 (79.30% from 255) = 74.54%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=23.62%
G=74.54%
B=1.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6420250.6800.980.21102.0395.1740.59
Hex40CA54406215665f29
Octal100312510401422514613751
Binary1000000110010101011000100011000101010111001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40CA05;
 }
 .AnyTagClassName
 {
   color: #40CA05;
 }
</style>
background-color css

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

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

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

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

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

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