#28C50A

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

Shades of Kelly Green #28C50A

Tints of Kelly Green #28C50A

Color information

#28C50A (or 0x28C50A) is unknown color: approx Kelly Green. HEX triplet: 28, C5 and 0A. RGB value is (40,197,10). Sum of RGB (Red+Green+Blue) = 40+197+10=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #28C50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C50A is #D73AF5. Grayscale: #818181. Windows color (decimal): -14105334 or 705832. OLE color: 705832.

HSL color Cylindrical-coordinate representation of color #28C50A: hue angle of 110.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28C50A is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB4019710-
CMYK0.8000.950.23
HSL110.37º90.34%40.59%-
HSV(B)110.37º94.92%77.25%-
XYZ20.940.416.98-
YUV128.7460.9964.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 197 (77.34% from 255) = 79.76%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=16.19%
G=79.76%
B=4.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40197100.8000.950.23110.3790.3440.59
Hex28C5A5005F176e5a29
Octal503051212001372715613251
Binary1010001100010110101010000010111111011111011101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28C50A; }

 p { color: rgb(40,197,10); }

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

<style>
 a { background-color: #28C50A; }

 a { background-color: rgb(40,197,10); }

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

<style>
 span { border-color: #28C50A; }

 span { border-color: rgb(40,197,10); }

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