Html Css Color HEX #50BD28 Kelly Green

📋 copy color: '#50BD28'

red 80 ◦ green 189 ◦ blue 40

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

Shades of Kelly Green #50BD28

Tints of Kelly Green #50BD28

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.17%

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

R = 25.89%
G = 61.17%
B = 12.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#50BD28 (or 0x50BD28) is known color: Kelly Green. HEX triplet: 50, BD and 28. RGB value is (80,189,40). Sum of RGB (Red+Green+Blue) = 80+189+40=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD28 is #AF42D7. Grayscale: #8B8B8B. Windows color (decimal): -11485912 or 2669904. OLE color: 2669904.

HSL color Cylindrical-coordinate representation of color #50BD28: hue angle of 103.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50BD28 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 189 40 -
CMYK 0.58 0 0.79 0.26
HSL 103.89º 0.65% 0.45% -
HSV(B) 103.89º 0.79% 0.74% -
XYZ 21.89 38.25 8.24 -
YUV 139.42 71.89 85.62 -
System Red Green Blue C M Y K H S L
Decimal 80 189 40 0.58 0 0.79 0.26 103.89 0.65 0.45
Hex 50 BD 28 3A 0 4F 1A 68 41 2D
Octal 120 275 50 72 0 117 32 150 101 55
Binary 1010000 10111101 101000 111010 0 1001111 11010 1101000 1000001 101101

Color Harmonies of #50BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD28

Black with #50BD28

Text Example


Text Example

White with #50BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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