#50BF21

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

Shades of Kelly Green #50BF21

Tints of Kelly Green #50BF21

Color information

#50BF21 (or 0x50BF21) is unknown color: approx Kelly Green. HEX triplet: 50, BF and 21. RGB value is (80,191,33). Sum of RGB (Red+Green+Blue) = 80+191+33=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 191 (75% from 255 or 62.83% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF21 is #AF40DE. Grayscale: #8C8C8C. Windows color (decimal): -11485407 or 2211664. OLE color: 2211664.

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

Color convert

RGB8019133-
CMYK0.5800.830.25
HSL102.15º70.54%43.92%-
HSV(B)102.15º82.72%74.9%-
XYZ22.2139.087.81-
YUV139.867.7385.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 191 (75% from 255) = 62.83%
BLUE value IS 33 (13.28% from 255) = 10.86%
R=26.32%
G=62.83%
B=10.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191330.5800.830.25102.1570.5443.92
Hex50BF213A0531966472c
Octal120277417201233114610754
Binary101000010111111100001111010010100111100111001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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