Html Css Color HEX #50BD11 Kelly Green

📋 copy color: '#50BD11'

red 80 ◦ green 189 ◦ blue 17

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

Shades of Kelly Green #50BD11

Tints of Kelly Green #50BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.94%

R = 27.97%
G = 66.08%
B = 5.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#50BD11 (or 0x50BD11) is known color: Kelly Green. HEX triplet: 50, BD and 11. RGB value is (80,189,17). Sum of RGB (Red+Green+Blue) = 80+189+17=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BD11 is #AF42EE. Grayscale: #898989. Windows color (decimal): -11485935 or 1162576. OLE color: 1162576.

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

Color convert

RGB 80 189 17 -
CMYK 0.58 0 0.91 0.26
HSL 98.02º 0.83% 0.4% -
HSV(B) 98.02º 0.91% 0.74% -
XYZ 21.61 38.14 6.75 -
YUV 136.8 60.39 87.49 -
System Red Green Blue C M Y K H S L
Decimal 80 189 17 0.58 0 0.91 0.26 98.02 0.83 0.4
Hex 50 BD 11 3A 0 5B 1A 62 53 28
Octal 120 275 21 72 0 133 32 142 123 50
Binary 1010000 10111101 10001 111010 0 1011011 11010 1100010 1010011 101000

Color Harmonies of #50BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD11

Black with #50BD11

Text Example


Text Example

White with #50BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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