Html Css Color HEX #50B32B Kelly Green

📋 copy color: '#50B32B'

red 80 ◦ green 179 ◦ blue 43

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

Shades of Kelly Green #50B32B

Tints of Kelly Green #50B32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 26.49%
G = 59.27%
B = 14.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#50B32B (or 0x50B32B) is known color: Kelly Green. HEX triplet: 50, B3 and 2B. RGB value is (80,179,43). Sum of RGB (Red+Green+Blue) = 80+179+43=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #50B32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B32B is #AF4CD4. Grayscale: #868686. Windows color (decimal): -11488469 or 2863952. OLE color: 2863952.

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

Color convert

RGB 80 179 43 -
CMYK 0.55 0 0.76 0.30
HSL 103.68º 0.61% 0.44% -
HSV(B) 103.68º 0.76% 0.7% -
XYZ 19.86 34.12 7.82 -
YUV 133.9 76.7 89.56 -
System Red Green Blue C M Y K H S L
Decimal 80 179 43 0.55 0 0.76 0.30 103.68 0.61 0.44
Hex 50 B3 2B 37 0 4C 1E 68 3D 2C
Octal 120 263 53 67 0 114 36 150 75 54
Binary 1010000 10110011 101011 110111 0 1001100 11110 1101000 111101 101100

Color Harmonies of #50B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B32B

Black with #50B32B

Text Example


Text Example

White with #50B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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