#45D919

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

Shades of Kelly Green #45D919

Tints of Kelly Green #45D919

Color information

#45D919 (or 0x45D919) is unknown color: approx Kelly Green. HEX triplet: 45, D9 and 19. RGB value is (69,217,25). Sum of RGB (Red+Green+Blue) = 69+217+25=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #45D919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D919 is #BA26E6. Grayscale: #979797. Windows color (decimal): -12199655 or 1694021. OLE color: 1694021.

HSL color Cylindrical-coordinate representation of color #45D919: hue angle of 106.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45D919 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB6921725-
CMYK0.6800.880.15
HSL106.25º79.34%47.45%-
HSV(B)106.25º88.48%85.1%-
XYZ27.4450.969.31-
YUV150.8656.9769.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 217 (85.16% from 255) = 69.77%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=22.19%
G=69.77%
B=8.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69217250.6800.880.15106.2579.3447.45
Hex45D91944058F6a4f2f
Octal1053313110401301715211757
Binary10001011101100111001100010001011000111111010101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,217,25); }

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

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

 a { background-color: rgb(69,217,25); }

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

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

 span { border-color: rgb(69,217,25); }

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