Html Css Color HEX #50B321 Kelly Green

📋 copy color: '#50B321'

red 80 ◦ green 179 ◦ blue 33

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

Shades of Kelly Green #50B321

Tints of Kelly Green #50B321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.3%

R = 27.4%
G = 61.3%
B = 11.3%

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

#50B321 (or 0x50B321) is known color: Kelly Green. HEX triplet: 50, B3 and 21. RGB value is (80,179,33). Sum of RGB (Red+Green+Blue) = 80+179+33=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #50B321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B321 is #AF4CDE. Grayscale: #858585. Windows color (decimal): -11488479 or 2208592. OLE color: 2208592.

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

Color convert

RGB 80 179 33 -
CMYK 0.55 0 0.82 0.30
HSL 100.68º 0.69% 0.42% -
HSV(B) 100.68º 0.82% 0.7% -
XYZ 19.7 34.06 6.97 -
YUV 132.76 71.7 90.37 -
System Red Green Blue C M Y K H S L
Decimal 80 179 33 0.55 0 0.82 0.30 100.68 0.69 0.42
Hex 50 B3 21 37 0 52 1E 65 45 2A
Octal 120 263 41 67 0 122 36 145 105 52
Binary 1010000 10110011 100001 110111 0 1010010 11110 1100101 1000101 101010

Color Harmonies of #50B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B321

Black with #50B321

Text Example


Text Example

White with #50B321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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