#45B101

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

Shades of Kelly Green #45B101

Tints of Kelly Green #45B101

Color information

#45B101 (or 0x45B101) is unknown color: approx Kelly Green. HEX triplet: 45, B1 and 01. RGB value is (69,177,1). Sum of RGB (Red+Green+Blue) = 69+177+1=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #45B101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45B101 is #BA4EFE. Grayscale: #7D7D7D. Windows color (decimal): -12209919 or 110917. OLE color: 110917.

HSL color Cylindrical-coordinate representation of color #45B101: hue angle of 96.82º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45B101 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB691771-
CMYK0.6100.990.31
HSL96.82º98.88%34.9%-
HSV(B)96.82º99.44%69.41%-
XYZ18.1832.715.38-
YUV124.6458.2288.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 177 (69.53% from 255) = 71.66%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=27.94%
G=71.66%
B=0.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6917710.6100.990.3196.8298.8834.9
Hex45B113D0631F616323
Octal10526117501433714114343
Binary1000101101100011111101011000111111111000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,177,1); }

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

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

 a { background-color: rgb(69,177,1); }

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

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

 span { border-color: rgb(69,177,1); }

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