#50bf0c

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

Shades of Kelly Green #50BF0C

Tints of Kelly Green #50BF0C

Color information

#50BF0C (or 0x50BF0C) is unknown color: approx Kelly Green. HEX triplet: 50, BF and 0C. RGB value is (80,191,12). Sum of RGB (Red+Green+Blue) = 80+191+12=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BF0C is #AF40F3. Grayscale: #8A8A8A. Windows color (decimal): -11485428 or 835408. OLE color: 835408.

HSL color Cylindrical-coordinate representation of color #50BF0C: hue angle of 97.21º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50BF0C is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB8019112-
CMYK0.5800.940.25
HSL97.21º88.18%39.8%-
HSV(B)97.21º93.72%74.9%-
XYZ22.0138.996.71-
YUV137.457.2387.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 191 (75% from 255) = 67.49%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=28.27%
G=67.49%
B=4.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191120.5800.940.2597.2188.1839.8
Hex50BFC3A05E19615828
Octal120277147201363114113050
Binary1010000101111111100111010010111101100111000011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50bf0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,12); }

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

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

 a { background-color: rgb(80,191,12); }

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

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

 span { border-color: rgb(80,191,12); }

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