#50B409

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

Shades of Kelly Green #50B409

Tints of Kelly Green #50B409

Color information

#50B409 (or 0x50B409) is unknown color: approx Kelly Green. HEX triplet: 50, B4 and 09. RGB value is (80,180,9). Sum of RGB (Red+Green+Blue) = 80+180+9=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #50B409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B409 is #AF4BF6. Grayscale: #838383. Windows color (decimal): -11488247 or 635984. OLE color: 635984.

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

Color convert

RGB801809-
CMYK0.5600.950.29
HSL95.09º90.48%37.06%-
HSV(B)95.09º95%70.59%-
XYZ19.6834.375.85-
YUV130.6159.3791.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 180 (70.70% from 255) = 66.91%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=29.74%
G=66.91%
B=3.35%

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
Decimal8018090.5600.950.2995.0990.4837.06
Hex50B493805F1D5f5a25
Octal120264117001373513713245
Binary1010000101101001001111000010111111110110111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,9); }

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

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

 a { background-color: rgb(80,180,9); }

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

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

 span { border-color: rgb(80,180,9); }

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