Html Css Color HEX #50BD1D Kelly Green

📋 copy color: '#50BD1D'

red 80 ◦ green 189 ◦ blue 29

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

Shades of Kelly Green #50BD1D

Tints of Kelly Green #50BD1D

RGB

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

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

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

R = 26.85%
G = 63.42%
B = 9.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#50BD1D (or 0x50BD1D) is known color: Kelly Green. HEX triplet: 50, BD and 1D. RGB value is (80,189,29). Sum of RGB (Red+Green+Blue) = 80+189+29=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD1D is #AF42E2. Grayscale: #8A8A8A. Windows color (decimal): -11485923 or 1949008. OLE color: 1949008.

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

Color convert

RGB 80 189 29 -
CMYK 0.58 0 0.85 0.26
HSL 100.88º 0.73% 0.43% -
HSV(B) 100.88º 0.85% 0.74% -
XYZ 21.73 38.19 7.39 -
YUV 138.17 66.39 86.51 -
System Red Green Blue C M Y K H S L
Decimal 80 189 29 0.58 0 0.85 0.26 100.88 0.73 0.43
Hex 50 BD 1D 3A 0 55 1A 65 49 2B
Octal 120 275 35 72 0 125 32 145 111 53
Binary 1010000 10111101 11101 111010 0 1010101 11010 1100101 1001001 101011

Color Harmonies of #50BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD1D

Black with #50BD1D

Text Example


Text Example

White with #50BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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