#40CB0E

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

Shades of Kelly Green #40CB0E

Tints of Kelly Green #40CB0E

Color information

#40CB0E (or 0x40CB0E) is unknown color: approx Kelly Green. HEX triplet: 40, CB and 0E. RGB value is (64,203,14). Sum of RGB (Red+Green+Blue) = 64+203+14=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CB0E is #BF34F1. Grayscale: #8C8C8C. Windows color (decimal): -12530930 or 969536. OLE color: 969536.

HSL color Cylindrical-coordinate representation of color #40CB0E: hue angle of 104.13º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40CB0E is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB6420314-
CMYK0.6800.930.20
HSL104.13º87.1%42.55%-
HSV(B)104.13º93.1%79.61%-
XYZ23.5543.837.64-
YUV139.8956.9573.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 203 (79.69% from 255) = 72.24%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=22.78%
G=72.24%
B=4.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64203140.6800.930.20104.1387.142.55
Hex40CBE4405D1468572b
Octal1003131610401352415012753
Binary10000001100101111101000100010111011010011010001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,203,14); }

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

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

 a { background-color: rgb(64,203,14); }

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

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

 span { border-color: rgb(64,203,14); }

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