Html Css Color HEX #50B60E Kelly Green

📋 copy color: '#50B60E'

red 80 ◦ green 182 ◦ blue 14

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

Shades of Kelly Green #50B60E

Tints of Kelly Green #50B60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 65.94%

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

R = 28.99%
G = 65.94%
B = 5.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#50B60E (or 0x50B60E) is known color: Kelly Green. HEX triplet: 50, B6 and 0E. RGB value is (80,182,14). Sum of RGB (Red+Green+Blue) = 80+182+14=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #50B60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B60E is #AF49F1. Grayscale: #848484. Windows color (decimal): -11487730 or 964176. OLE color: 964176.

HSL color Cylindrical-coordinate representation of color #50B60E: hue angle of 96.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50B60E is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 182 14 -
CMYK 0.56 0 0.92 0.29
HSL 96.43º 0.86% 0.38% -
HSV(B) 96.43º 0.92% 0.71% -
XYZ 20.12 35.19 6.15 -
YUV 132.35 61.21 90.66 -
System Red Green Blue C M Y K H S L
Decimal 80 182 14 0.56 0 0.92 0.29 96.43 0.86 0.38
Hex 50 B6 E 38 0 5C 1D 60 56 26
Octal 120 266 16 70 0 134 35 140 126 46
Binary 1010000 10110110 1110 111000 0 1011100 11101 1100000 1010110 100110

Color Harmonies of #50B60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B60E

Black with #50B60E

Text Example


Text Example

White with #50B60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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