#40CE0B

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

Shades of Kelly Green #40CE0B

Tints of Kelly Green #40CE0B

Color information

#40CE0B (or 0x40CE0B) is unknown color: approx Kelly Green. HEX triplet: 40, CE and 0B. RGB value is (64,206,11). Sum of RGB (Red+Green+Blue) = 64+206+11=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CE0B is #BF31F4. Grayscale: #8D8D8D. Windows color (decimal): -12530165 or 773696. OLE color: 773696.

HSL color Cylindrical-coordinate representation of color #40CE0B: hue angle of 103.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40CE0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB6420611-
CMYK0.6900.950.19
HSL103.69º89.86%42.55%-
HSV(B)103.69º94.66%80.78%-
XYZ24.2545.267.77-
YUV141.3154.4672.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 206 (80.86% from 255) = 73.31%
BLUE value IS 11 (4.69% from 255) = 3.91%
R=22.78%
G=73.31%
B=3.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal64206110.6900.950.19103.6989.8642.55
Hex40CEB4505F13685a2b
Octal1003161310501372315013253
Binary10000001100111010111000101010111111001111010001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,206,11); }

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

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

 a { background-color: rgb(64,206,11); }

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

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

 span { border-color: rgb(64,206,11); }

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