#50B92B

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

Shades of Kelly Green #50B92B

Tints of Kelly Green #50B92B

Color information

#50B92B (or 0x50B92B) is unknown color: approx Kelly Green. HEX triplet: 50, B9 and 2B. RGB value is (80,185,43). Sum of RGB (Red+Green+Blue) = 80+185+43=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #50B92B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B92B is #AF46D4. Grayscale: #898989. Windows color (decimal): -11486933 or 2865488. OLE color: 2865488.

HSL color Cylindrical-coordinate representation of color #50B92B: hue angle of 104.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50B92B is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB8018543-
CMYK0.5700.770.27
HSL104.37º62.28%44.71%-
HSV(B)104.37º76.76%72.55%-
XYZ21.0936.588.23-
YUV137.4274.7187.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 185 (72.66% from 255) = 60.06%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=25.97%
G=60.06%
B=13.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80185430.5700.770.27104.3762.2844.71
Hex50B92B3904D1B683e2d
Octal12027153710115331507655
Binary10100001011100110101111100101001101110111101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,43); }

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

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

 a { background-color: rgb(80,185,43); }

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

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

 span { border-color: rgb(80,185,43); }

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