#50B60A

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

Shades of Kelly Green #50B60A

Tints of Kelly Green #50B60A

Color information

#50B60A (or 0x50B60A) is unknown color: approx Kelly Green. HEX triplet: 50, B6 and 0A. RGB value is (80,182,10). Sum of RGB (Red+Green+Blue) = 80+182+10=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 182 (71.48% from 255 or 66.91% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 182 - color contains mainly: green. Hex color #50B60A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B60A is #AF49F5. Grayscale: #848484. Windows color (decimal): -11487734 or 702032. OLE color: 702032.

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

Color convert

RGB8018210-
CMYK0.5600.950.29
HSL95.58º89.58%37.65%-
HSV(B)95.58º94.51%71.37%-
XYZ20.0935.186.02-
YUV131.8959.2190.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 182 (71.48% from 255) = 66.91%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=29.41%
G=66.91%
B=3.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182100.5600.950.2995.5889.5837.65
Hex50B6A3805F1D605a26
Octal120266127001373514013246
Binary1010000101101101010111000010111111110111000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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