#45D50A

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

Shades of Kelly Green #45D50A

Tints of Kelly Green #45D50A

Color information

#45D50A (or 0x45D50A) is unknown color: approx Kelly Green. HEX triplet: 45, D5 and 0A. RGB value is (69,213,10). Sum of RGB (Red+Green+Blue) = 69+213+10=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #45D50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D50A is #BA2AF5. Grayscale: #939393. Windows color (decimal): -12200694 or 709957. OLE color: 709957.

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

Color convert

RGB6921310-
CMYK0.6800.950.16
HSL102.56º91.03%43.73%-
HSV(B)102.56º95.31%83.53%-
XYZ26.348.888.33-
YUV146.850.7972.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 213 (83.59% from 255) = 72.95%
BLUE value IS 10 (4.30% from 255) = 3.42%
R=23.63%
G=72.95%
B=3.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69213100.6800.950.16102.5691.0343.73
Hex45D5A4405F10675b2c
Octal1053251210401372014713354
Binary10001011101010110101000100010111111000011001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,10); }

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

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

 a { background-color: rgb(69,213,10); }

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

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

 span { border-color: rgb(69,213,10); }

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