#50BF02

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

Shades of Kelly Green #50BF02

Tints of Kelly Green #50BF02

Color information

#50BF02 (or 0x50BF02) is unknown color: approx Kelly Green. HEX triplet: 50, BF and 02. RGB value is (80,191,2). Sum of RGB (Red+Green+Blue) = 80+191+2=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BF02 is #AF40FD. Grayscale: #888888. Windows color (decimal): -11485438 or 180048. OLE color: 180048.

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

Color convert

RGB801912-
CMYK0.5800.990.25
HSL95.24º97.93%37.84%-
HSV(B)95.24º98.95%74.9%-
XYZ21.9538.976.42-
YUV136.2652.2387.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 191 (75% from 255) = 69.96%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=29.30%
G=69.96%
B=0.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8019120.5800.990.2595.2497.9337.84
Hex50BF23A063195f6226
Octal12027727201433113714246
Binary10100001011111110111010011000111100110111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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