#45B700

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

Shades of Kelly Green #45B700

Tints of Kelly Green #45B700

Color information

#45B700 (or 0x45B700) is unknown color: approx Kelly Green. HEX triplet: 45, B7 and 00. RGB value is (69,183,0). Sum of RGB (Red+Green+Blue) = 69+183+0=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #45B700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B700 is #BA48FF. Grayscale: #808080. Windows color (decimal): -12208384 or 46917. OLE color: 46917.

HSL color Cylindrical-coordinate representation of color #45B700: hue angle of 97.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45B700 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB691830-
CMYK0.62010.28
HSL97.38º100%35.88%-
HSV(B)97.38º100%71.76%-
XYZ19.3935.135.76-
YUV128.0555.7385.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 183 (71.88% from 255) = 72.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.38%
G=72.62%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6918300.62010.2897.3810035.88
Hex45B703E0641C616424
Octal10526707601443414114444
Binary1000101101101110111110011001001110011000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,183,0); }

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

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

 a { background-color: rgb(69,183,0); }

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

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

 span { border-color: rgb(69,183,0); }

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