#50B60B

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

Shades of Kelly Green #50B60B

Tints of Kelly Green #50B60B

Color information

#50B60B (or 0x50B60B) is unknown color: approx Kelly Green. HEX triplet: 50, B6 and 0B. RGB value is (80,182,11). Sum of RGB (Red+Green+Blue) = 80+182+11=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #50B60B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B60B is #AF49F4. Grayscale: #848484. Windows color (decimal): -11487733 or 767568. OLE color: 767568.

HSL color Cylindrical-coordinate representation of color #50B60B: hue angle of 95.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50B60B is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB8018211-
CMYK0.5600.940.29
HSL95.79º88.6%37.84%-
HSV(B)95.79º93.96%71.37%-
XYZ20.135.196.05-
YUV132.0159.7190.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 182 (71.48% from 255) = 66.67%
BLUE value IS 11 (4.69% from 255) = 4.03%
R=29.30%
G=66.67%
B=4.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182110.5600.940.2995.7988.637.84
Hex50B6B3805E1D605926
Octal120266137001363514013146
Binary1010000101101101011111000010111101110111000001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,11); }

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

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

 a { background-color: rgb(80,182,11); }

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

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

 span { border-color: rgb(80,182,11); }

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