#50B908

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

Shades of Kelly Green #50B908

Tints of Kelly Green #50B908

Color information

#50B908 (or 0x50B908) is unknown color: approx Kelly Green. HEX triplet: 50, B9 and 08. RGB value is (80,185,8). Sum of RGB (Red+Green+Blue) = 80+185+8=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #50B908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B908 is #AF46F7. Grayscale: #868686. Windows color (decimal): -11486968 or 571728. OLE color: 571728.

HSL color Cylindrical-coordinate representation of color #50B908: hue angle of 95.59º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50B908 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB801858-
CMYK0.5700.960.27
HSL95.59º91.71%37.84%-
HSV(B)95.59º95.68%72.55%-
XYZ20.736.426.17-
YUV133.4357.2189.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 185 (72.66% from 255) = 67.77%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=29.30%
G=67.77%
B=2.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8018580.5700.960.2795.5991.7137.84
Hex50B98390601B605c26
Octal120271107101403314013446
Binary1010000101110011000111001011000001101111000001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,8); }

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

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

 a { background-color: rgb(80,185,8); }

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

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

 span { border-color: rgb(80,185,8); }

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