#45D713

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

Shades of Kelly Green #45D713

Tints of Kelly Green #45D713

Color information

#45D713 (or 0x45D713) is unknown color: approx Kelly Green. HEX triplet: 45, D7 and 13. RGB value is (69,215,19). Sum of RGB (Red+Green+Blue) = 69+215+19=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 215 (84.38% from 255 or 70.96% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 215 - color contains mainly: green. Hex color #45D713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D713 is #BA28EC. Grayscale: #959595. Windows color (decimal): -12200173 or 1300293. OLE color: 1300293.

HSL color Cylindrical-coordinate representation of color #45D713: hue angle of 104.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45D713 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB6921519-
CMYK0.6800.910.16
HSL104.69º83.76%45.88%-
HSV(B)104.69º91.16%84.31%-
XYZ26.8749.918.83-
YUV14954.6370.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 215 (84.38% from 255) = 70.96%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=22.77%
G=70.96%
B=6.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69215190.6800.910.16104.6983.7645.88
Hex45D7134405B1069542e
Octal1053272310401332015112456
Binary100010111010111100111000100010110111000011010011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,215,19); }

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

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

 a { background-color: rgb(69,215,19); }

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

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

 span { border-color: rgb(69,215,19); }

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