Html Css Color HEX #50BD1A Kelly Green

📋 copy color: '#50BD1A'

red 80 ◦ green 189 ◦ blue 26

#50BD1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #50BD1A

Tints of Kelly Green #50BD1A

RGB

 RED value IS 80 (31.64% from 255) = 27.12%

 GREEN value IS 189 (74.22% from 255) = 64.07%

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 27.12%
G = 64.07%
B = 8.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#50BD1A (or 0x50BD1A) is known color: Kelly Green. HEX triplet: 50, BD and 1A. RGB value is (80,189,26). Sum of RGB (Red+Green+Blue) = 80+189+26=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD1A is #AF42E5. Grayscale: #8A8A8A. Windows color (decimal): -11485926 or 1752400. OLE color: 1752400.

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

Color convert

RGB 80 189 26 -
CMYK 0.58 0 0.86 0.26
HSL 100.12º 0.76% 0.42% -
HSV(B) 100.12º 0.86% 0.74% -
XYZ 21.69 38.18 7.2 -
YUV 137.83 64.89 86.75 -
System Red Green Blue C M Y K H S L
Decimal 80 189 26 0.58 0 0.86 0.26 100.12 0.76 0.42
Hex 50 BD 1A 3A 0 56 1A 64 4C 2A
Octal 120 275 32 72 0 126 32 144 114 52
Binary 1010000 10111101 11010 111010 0 1010110 11010 1100100 1001100 101010

Color Harmonies of #50BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD1A

Black with #50BD1A

Text Example


Text Example

White with #50BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50BD1A;
 }
 .AnyTagClassName
 {
   color: #50BD1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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