#45BC0F

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

Shades of Kelly Green #45BC0F

Tints of Kelly Green #45BC0F

Color information

#45BC0F (or 0x45BC0F) is unknown color: approx Kelly Green. HEX triplet: 45, BC and 0F. RGB value is (69,188,15). Sum of RGB (Red+Green+Blue) = 69+188+15=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BC0F is #BA43F0. Grayscale: #858585. Windows color (decimal): -12207089 or 1031237. OLE color: 1031237.

HSL color Cylindrical-coordinate representation of color #45BC0F: hue angle of 101.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45BC0F is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB6918815-
CMYK0.6300.920.26
HSL101.27º85.22%39.8%-
HSV(B)101.27º92.02%73.73%-
XYZ20.5237.276.56-
YUV132.761.5882.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 188 (73.83% from 255) = 69.12%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=25.37%
G=69.12%
B=5.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69188150.6300.920.26101.2785.2239.8
Hex45BCF3F05C1A655528
Octal105274177701343214512550
Binary1000101101111001111111111010111001101011001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45BC0F; }

 p { color: rgb(69,188,15); }

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

<style>
 a { background-color: #45BC0F; }

 a { background-color: rgb(69,188,15); }

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

<style>
 span { border-color: #45BC0F; }

 span { border-color: rgb(69,188,15); }

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