Html Css Color HEX #50B30E Kelly Green

📋 copy color: '#50B30E'

red 80 ◦ green 179 ◦ blue 14

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

Shades of Kelly Green #50B30E

Tints of Kelly Green #50B30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 29.3%
G = 65.57%
B = 5.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#50B30E (or 0x50B30E) is known color: Kelly Green. HEX triplet: 50, B3 and 0E. RGB value is (80,179,14). Sum of RGB (Red+Green+Blue) = 80+179+14=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #50B30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B30E is #AF4CF1. Grayscale: #838383. Windows color (decimal): -11488498 or 963408. OLE color: 963408.

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

Color convert

RGB 80 179 14 -
CMYK 0.55 0 0.92 0.30
HSL 96º 0.85% 0.38% -
HSV(B) 96º 0.92% 0.7% -
XYZ 19.51 33.98 5.95 -
YUV 130.59 62.2 91.92 -
System Red Green Blue C M Y K H S L
Decimal 80 179 14 0.55 0 0.92 0.30 96 0.85 0.38
Hex 50 B3 E 37 0 5C 1E 60 55 26
Octal 120 263 16 67 0 134 36 140 125 46
Binary 1010000 10110011 1110 110111 0 1011100 11110 1100000 1010101 100110

Color Harmonies of #50B30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B30E

Black with #50B30E

Text Example


Text Example

White with #50B30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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