Html Css Color HEX #50BD0B Kelly Green

📋 copy color: '#50BD0B'

red 80 ◦ green 189 ◦ blue 11

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

Shades of Kelly Green #50BD0B

Tints of Kelly Green #50BD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 28.57%
G = 67.5%
B = 3.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#50BD0B (or 0x50BD0B) is known color: Kelly Green. HEX triplet: 50, BD and 0B. RGB value is (80,189,11). Sum of RGB (Red+Green+Blue) = 80+189+11=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BD0B is #AF42F4. Grayscale: #888888. Windows color (decimal): -11485941 or 769360. OLE color: 769360.

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

Color convert

RGB 80 189 11 -
CMYK 0.58 0 0.94 0.26
HSL 96.74º 0.89% 0.39% -
HSV(B) 96.74º 0.94% 0.74% -
XYZ 21.57 38.12 6.54 -
YUV 136.12 57.39 87.97 -
System Red Green Blue C M Y K H S L
Decimal 80 189 11 0.58 0 0.94 0.26 96.74 0.89 0.39
Hex 50 BD B 3A 0 5E 1A 61 59 27
Octal 120 275 13 72 0 136 32 141 131 47
Binary 1010000 10111101 1011 111010 0 1011110 11010 1100001 1011001 100111

Color Harmonies of #50BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD0B

Black with #50BD0B

Text Example


Text Example

White with #50BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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