#50BA25

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

Shades of Kelly Green #50BA25

Tints of Kelly Green #50BA25

Color information

#50BA25 (or 0x50BA25) is unknown color: approx Kelly Green. HEX triplet: 50, BA and 25. RGB value is (80,186,37). Sum of RGB (Red+Green+Blue) = 80+186+37=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA25 is #AF45DA. Grayscale: #898989. Windows color (decimal): -11486683 or 2472528. OLE color: 2472528.

HSL color Cylindrical-coordinate representation of color #50BA25: hue angle of 102.68º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50BA25 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB8018637-
CMYK0.5700.800.27
HSL102.68º66.82%43.73%-
HSV(B)102.68º80.11%72.94%-
XYZ21.236.967.77-
YUV137.3271.3887.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 186 (73.05% from 255) = 61.39%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=26.40%
G=61.39%
B=12.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80186370.5700.800.27102.6866.8243.73
Hex50BA25390501B67432c
Octal120272457101203314710354
Binary101000010111010100101111001010100001101111001111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50BA25; }

 p { color: rgb(80,186,37); }

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

<style>
 a { background-color: #50BA25; }

 a { background-color: rgb(80,186,37); }

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

<style>
 span { border-color: #50BA25; }

 span { border-color: rgb(80,186,37); }

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