Html Css Color HEX #50B320 Kelly Green

📋 copy color: '#50B320'

red 80 ◦ green 179 ◦ blue 32

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

Shades of Kelly Green #50B320

Tints of Kelly Green #50B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.51%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 27.49%
G = 61.51%
B = 11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#50B320 (or 0x50B320) is known color: Kelly Green. HEX triplet: 50, B3 and 20. RGB value is (80,179,32). Sum of RGB (Red+Green+Blue) = 80+179+32=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #50B320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B320 is #AF4CDF. Grayscale: #858585. Windows color (decimal): -11488480 or 2143056. OLE color: 2143056.

HSL color Cylindrical-coordinate representation of color #50B320: hue angle of 100.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50B320 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 32 -
CMYK 0.55 0 0.82 0.30
HSL 100.41º 0.7% 0.41% -
HSV(B) 100.41º 0.82% 0.7% -
XYZ 19.69 34.05 6.9 -
YUV 132.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 80 179 32 0.55 0 0.82 0.30 100.41 0.7 0.41
Hex 50 B3 20 37 0 52 1E 64 46 29
Octal 120 263 40 67 0 122 36 144 106 51
Binary 1010000 10110011 100000 110111 0 1010010 11110 1100100 1000110 101001

Color Harmonies of #50B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B320

Black with #50B320

Text Example


Text Example

White with #50B320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,179,32); }

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

background-color css

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

 a { background-color: rgb(80,179,32); }

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

border-color css

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

 span { border-color: rgb(80,179,32); }

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