#50b802

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

Shades of Kelly Green #50B802

Tints of Kelly Green #50B802

Color information

#50B802 (or 0x50B802) is unknown color: approx Kelly Green. HEX triplet: 50, B8 and 02. RGB value is (80,184,2). Sum of RGB (Red+Green+Blue) = 80+184+2=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 184 (72.27% from 255 or 69.17% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 184 - color contains mainly: green. Hex color #50B802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B802 is #AF47FD. Grayscale: #848484. Windows color (decimal): -11487230 or 178256. OLE color: 178256.

HSL color Cylindrical-coordinate representation of color #50B802: hue angle of 94.29º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50B802 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB801842-
CMYK0.5700.990.28
HSL94.29º97.85%36.47%-
HSV(B)94.29º98.91%72.16%-
XYZ20.4635.995.93-
YUV132.1654.5490.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 184 (72.27% from 255) = 69.17%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=30.08%
G=69.17%
B=0.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8018420.5700.990.2894.2997.8536.47
Hex50B82390631C5e6224
Octal12027027101433413614244
Binary10100001011100010111001011000111110010111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,2); }

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

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

 a { background-color: rgb(80,184,2); }

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

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

 span { border-color: rgb(80,184,2); }

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