#45B715

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

Shades of Kelly Green #45B715

Tints of Kelly Green #45B715

Color information

#45B715 (or 0x45B715) is unknown color: approx Kelly Green. HEX triplet: 45, B7 and 15. RGB value is (69,183,21). Sum of RGB (Red+Green+Blue) = 69+183+21=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #45B715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B715 is #BA48EA. Grayscale: #828282. Windows color (decimal): -12208363 or 1423173. OLE color: 1423173.

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

Color convert

RGB6918321-
CMYK0.6200.890.28
HSL102.22º79.41%40%-
HSV(B)102.22º88.52%71.76%-
XYZ19.5235.196.47-
YUV130.4566.2384.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 183 (71.88% from 255) = 67.03%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=25.27%
G=67.03%
B=7.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69183210.6200.890.28102.2279.4140
Hex45B7153E0591C664f28
Octal105267257601313414611750
Binary10001011011011110101111110010110011110011001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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