#40CA17

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

Shades of Kelly Green #40CA17

Tints of Kelly Green #40CA17

Color information

#40CA17 (or 0x40CA17) is unknown color: approx Kelly Green. HEX triplet: 40, CA and 17. RGB value is (64,202,23). Sum of RGB (Red+Green+Blue) = 64+202+23=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CA17 is #BF35E8. Grayscale: #8C8C8C. Windows color (decimal): -12531177 or 1559104. OLE color: 1559104.

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

Color convert

RGB6420223-
CMYK0.6800.890.21
HSL106.26º79.56%44.12%-
HSV(B)106.26º88.61%79.22%-
XYZ23.3943.397.95-
YUV140.3361.7873.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 202 (79.30% from 255) = 69.90%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=22.15%
G=69.90%
B=7.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64202230.6800.890.21106.2679.5644.12
Hex40CA1744059156a502c
Octal1003122710401312515212054
Binary100000011001010101111000100010110011010111010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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