Html Css Color HEX #50BA1D Kelly Green

📋 copy color: '#50BA1D'

red 80 ◦ green 186 ◦ blue 29

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

Shades of Kelly Green #50BA1D

Tints of Kelly Green #50BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 27.12%
G = 63.05%
B = 9.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#50BA1D (or 0x50BA1D) is known color: Kelly Green. HEX triplet: 50, BA and 1D. RGB value is (80,186,29). Sum of RGB (Red+Green+Blue) = 80+186+29=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA1D is #AF45E2. Grayscale: #888888. Windows color (decimal): -11486691 or 1948240. OLE color: 1948240.

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

Color convert

RGB 80 186 29 -
CMYK 0.57 0 0.84 0.27
HSL 100.51º 0.73% 0.42% -
HSV(B) 100.51º 0.84% 0.73% -
XYZ 21.09 36.91 7.18 -
YUV 136.41 67.38 87.77 -
System Red Green Blue C M Y K H S L
Decimal 80 186 29 0.57 0 0.84 0.27 100.51 0.73 0.42
Hex 50 BA 1D 39 0 54 1B 65 49 2A
Octal 120 272 35 71 0 124 33 145 111 52
Binary 1010000 10111010 11101 111001 0 1010100 11011 1100101 1001001 101010

Color Harmonies of #50BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA1D

Black with #50BA1D

Text Example


Text Example

White with #50BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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