#40BB0F

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

Shades of Kelly Green #40BB0F

Tints of Kelly Green #40BB0F

Color information

#40BB0F (or 0x40BB0F) is unknown color: approx Kelly Green. HEX triplet: 40, BB and 0F. RGB value is (64,187,15). Sum of RGB (Red+Green+Blue) = 64+187+15=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 187 (73.44% from 255 or 70.30% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BB0F is #BF44F0. Grayscale: #838383. Windows color (decimal): -12535025 or 1030976. OLE color: 1030976.

HSL color Cylindrical-coordinate representation of color #40BB0F: hue angle of 102.91º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40BB0F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB6418715-
CMYK0.6600.920.27
HSL102.91º85.15%39.61%-
HSV(B)102.91º91.98%73.33%-
XYZ19.9736.676.48-
YUV130.6262.7580.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 187 (73.44% from 255) = 70.30%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=24.06%
G=70.30%
B=5.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64187150.6600.920.27102.9185.1539.61
Hex40BBF4205C1B675528
Octal1002731710201343314712550
Binary10000001011101111111000010010111001101111001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,187,15); }

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

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

 a { background-color: rgb(64,187,15); }

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

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

 span { border-color: rgb(64,187,15); }

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