Html Css Color HEX #50BC1A Kelly Green

📋 copy color: '#50BC1A'

red 80 ◦ green 188 ◦ blue 26

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

Shades of Kelly Green #50BC1A

Tints of Kelly Green #50BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.95%

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

R = 27.21%
G = 63.95%
B = 8.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#50BC1A (or 0x50BC1A) is known color: Kelly Green. HEX triplet: 50, BC and 1A. RGB value is (80,188,26). Sum of RGB (Red+Green+Blue) = 80+188+26=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC1A is #AF43E5. Grayscale: #898989. Windows color (decimal): -11486182 or 1752144. OLE color: 1752144.

HSL color Cylindrical-coordinate representation of color #50BC1A: hue angle of 100º 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 #50BC1A is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 26 -
CMYK 0.57 0 0.86 0.26
HSL 100º 0.76% 0.42% -
HSV(B) 100º 0.86% 0.74% -
XYZ 21.48 37.75 7.13 -
YUV 137.24 65.22 87.17 -
System Red Green Blue C M Y K H S L
Decimal 80 188 26 0.57 0 0.86 0.26 100 0.76 0.42
Hex 50 BC 1A 39 0 56 1A 64 4C 2A
Octal 120 274 32 71 0 126 32 144 114 52
Binary 1010000 10111100 11010 111001 0 1010110 11010 1100100 1001100 101010

Color Harmonies of #50BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC1A

Black with #50BC1A

Text Example


Text Example

White with #50BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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