Html Css Color HEX #50BA28 Kelly Green

📋 copy color: '#50BA28'

red 80 ◦ green 186 ◦ blue 40

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

Shades of Kelly Green #50BA28

Tints of Kelly Green #50BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.78%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 26.14%
G = 60.78%
B = 13.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#50BA28 (or 0x50BA28) is known color: Kelly Green. HEX triplet: 50, BA and 28. RGB value is (80,186,40). Sum of RGB (Red+Green+Blue) = 80+186+40=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA28 is #AF45D7. Grayscale: #8A8A8A. Windows color (decimal): -11486680 or 2669136. OLE color: 2669136.

HSL color Cylindrical-coordinate representation of color #50BA28: hue angle of 103.56º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50BA28 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 40 -
CMYK 0.57 0 0.78 0.27
HSL 103.56º 0.65% 0.44% -
HSV(B) 103.56º 0.78% 0.73% -
XYZ 21.25 36.98 8.02 -
YUV 137.66 72.88 86.87 -
System Red Green Blue C M Y K H S L
Decimal 80 186 40 0.57 0 0.78 0.27 103.56 0.65 0.44
Hex 50 BA 28 39 0 4E 1B 68 41 2C
Octal 120 272 50 71 0 116 33 150 101 54
Binary 1010000 10111010 101000 111001 0 1001110 11011 1101000 1000001 101100

Color Harmonies of #50BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA28

Black with #50BA28

Text Example


Text Example

White with #50BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,40); }

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

background-color css

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

 a { background-color: rgb(80,186,40); }

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

border-color css

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

 span { border-color: rgb(80,186,40); }

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