Html Css Color HEX #50BA1A Kelly Green

📋 copy color: '#50BA1A'

red 80 ◦ green 186 ◦ blue 26

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

Shades of Kelly Green #50BA1A

Tints of Kelly Green #50BA1A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.7%

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

R = 27.4%
G = 63.7%
B = 8.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#50BA1A (or 0x50BA1A) is known color: Kelly Green. HEX triplet: 50, BA and 1A. RGB value is (80,186,26). Sum of RGB (Red+Green+Blue) = 80+186+26=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA1A is #AF45E5. Grayscale: #888888. Windows color (decimal): -11486694 or 1751632. OLE color: 1751632.

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

Color convert

RGB 80 186 26 -
CMYK 0.57 0 0.86 0.27
HSL 99.75º 0.75% 0.42% -
HSV(B) 99.75º 0.86% 0.73% -
XYZ 21.05 36.9 6.99 -
YUV 136.07 65.88 88.01 -
System Red Green Blue C M Y K H S L
Decimal 80 186 26 0.57 0 0.86 0.27 99.75 0.75 0.42
Hex 50 BA 1A 39 0 56 1B 64 4B 2A
Octal 120 272 32 71 0 126 33 144 113 52
Binary 1010000 10111010 11010 111001 0 1010110 11011 1100100 1001011 101010

Color Harmonies of #50BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA1A

Black with #50BA1A

Text Example


Text Example

White with #50BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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