#45C828

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

Shades of Kelly Green #45C828

Tints of Kelly Green #45C828

Color information

#45C828 (or 0x45C828) is unknown color: approx Kelly Green. HEX triplet: 45, C8 and 28. RGB value is (69,200,40). Sum of RGB (Red+Green+Blue) = 69+200+40=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #45C828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C828 is #BA37D7. Grayscale: #8F8F8F. Windows color (decimal): -12203992 or 2672709. OLE color: 2672709.

HSL color Cylindrical-coordinate representation of color #45C828: hue angle of 109.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45C828 is Cyan = 0.66, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB6920040-
CMYK0.6600.80.22
HSL109.12º66.67%47.06%-
HSV(B)109.12º80%78.43%-
XYZ23.4942.739.02-
YUV142.5970.175.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 200 (78.52% from 255) = 64.72%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=22.33%
G=64.72%
B=12.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69200400.6600.80.22109.1266.6747.06
Hex45C82842050166d432f
Octal1053105010201202615510357
Binary1000101110010001010001000010010100001011011011011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,200,40); }

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

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

 a { background-color: rgb(69,200,40); }

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

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

 span { border-color: rgb(69,200,40); }

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