#45c51e

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

Shades of Kelly Green #45C51E

Tints of Kelly Green #45C51E

Color information

#45C51E (or 0x45C51E) is unknown color: approx Kelly Green. HEX triplet: 45, C5 and 1E. RGB value is (69,197,30). Sum of RGB (Red+Green+Blue) = 69+197+30=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #45C51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C51E is #BA3AE1. Grayscale: #8C8C8C. Windows color (decimal): -12204770 or 2016581. OLE color: 2016581.

HSL color Cylindrical-coordinate representation of color #45C51E: hue angle of 105.99º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45C51E is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB6919730-
CMYK0.6500.850.23
HSL105.99º73.57%44.51%-
HSV(B)105.99º84.77%77.25%-
XYZ22.6541.298-
YUV139.6966.0977.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 197 (77.34% from 255) = 66.55%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=23.31%
G=66.55%
B=10.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69197300.6500.850.23105.9973.5744.51
Hex45C51E41055176a4a2d
Octal1053053610101252715211255
Binary100010111000101111101000001010101011011111010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45c51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,197,30); }

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

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

 a { background-color: rgb(69,197,30); }

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

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

 span { border-color: rgb(69,197,30); }

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