#50BD21

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

Shades of Kelly Green #50BD21

Tints of Kelly Green #50BD21

Color information

#50BD21 (or 0x50BD21) is unknown color: approx Kelly Green. HEX triplet: 50, BD and 21. RGB value is (80,189,33). Sum of RGB (Red+Green+Blue) = 80+189+33=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD21 is #AF42DE. Grayscale: #8B8B8B. Windows color (decimal): -11485919 or 2211152. OLE color: 2211152.

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

Color convert

RGB8018933-
CMYK0.5800.830.26
HSL101.92º70.27%43.53%-
HSV(B)101.92º82.54%74.12%-
XYZ21.7838.217.67-
YUV138.6268.3986.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=26.49%
G=62.58%
B=10.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80189330.5800.830.26101.9270.2743.53
Hex50BD213A0531A66462c
Octal120275417201233214610654
Binary101000010111101100001111010010100111101011001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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