#50B200

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

Shades of Kelly Green #50B200

Tints of Kelly Green #50B200

Color information

#50B200 (or 0x50B200) is unknown color: approx Kelly Green. HEX triplet: 50, B2 and 00. RGB value is (80,178,0). Sum of RGB (Red+Green+Blue) = 80+178+0=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #50B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B200 is #AF4DFF. Grayscale: #818181. Windows color (decimal): -11488768 or 45648. OLE color: 45648.

HSL color Cylindrical-coordinate representation of color #50B200: hue angle of 93.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50B200 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB801780-
CMYK0.55010.30
HSL93.03º100%34.9%-
HSV(B)93.03º100%69.8%-
XYZ19.2333.555.46-
YUV128.4155.5393.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 178 (69.92% from 255) = 68.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.01%
G=68.99%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8017800.55010.3093.0310034.9
Hex50B20370641E5d6423
Octal12026206701443613514443
Binary1010000101100100110111011001001111010111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,178,0); }

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

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

 a { background-color: rgb(80,178,0); }

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

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

 span { border-color: rgb(80,178,0); }

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