#40C908

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

Shades of Kelly Green #40C908

Tints of Kelly Green #40C908

Color information

#40C908 (or 0x40C908) is unknown color: approx Kelly Green. HEX triplet: 40, C9 and 08. RGB value is (64,201,8). Sum of RGB (Red+Green+Blue) = 64+201+8=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #40C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C908 is #BF36F7. Grayscale: #8A8A8A. Windows color (decimal): -12531448 or 575808. OLE color: 575808.

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

Color convert

RGB642018-
CMYK0.6800.960.21
HSL102.59º92.34%40.98%-
HSV(B)102.59º96.02%78.82%-
XYZ23.0442.887.29-
YUV138.0454.6175.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 201 (78.91% from 255) = 73.63%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=23.44%
G=73.63%
B=2.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6420180.6800.960.21102.5992.3440.98
Hex40C984406015675c29
Octal1003111010401402514713451
Binary10000001100100110001000100011000001010111001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,201,8); }

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

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

 a { background-color: rgb(64,201,8); }

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

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

 span { border-color: rgb(64,201,8); }

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