Html Css Color HEX #50C826 Kelly Green

📋 copy color: '#50C826'

red 80 ◦ green 200 ◦ blue 38

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

Shades of Kelly Green #50C826

Tints of Kelly Green #50C826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.89%

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 25.16%
G = 62.89%
B = 11.95%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#50C826 (or 0x50C826) is known color: Kelly Green. HEX triplet: 50, C8 and 26. RGB value is (80,200,38). Sum of RGB (Red+Green+Blue) = 80+200+38=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #50C826 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C826 is #AF37D9. Grayscale: #929292. Windows color (decimal): -11483098 or 2541648. OLE color: 2541648.

HSL color Cylindrical-coordinate representation of color #50C826: hue angle of 104.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50C826 is Cyan = 0.6, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 38 -
CMYK 0.6 0 0.81 0.22
HSL 104.44º 0.68% 0.47% -
HSV(B) 104.44º 0.81% 0.78% -
XYZ 24.31 43.15 8.88 -
YUV 145.65 67.24 81.17 -
System Red Green Blue C M Y K H S L
Decimal 80 200 38 0.6 0 0.81 0.22 104.44 0.68 0.47
Hex 50 C8 26 3C 0 51 16 68 44 2F
Octal 120 310 46 74 0 121 26 150 104 57
Binary 1010000 11001000 100110 111100 0 1010001 10110 1101000 1000100 101111

Color Harmonies of #50C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C826

Black with #50C826

Text Example


Text Example

White with #50C826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,38); }

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

background-color css

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

 a { background-color: rgb(80,200,38); }

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

border-color css

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

 span { border-color: rgb(80,200,38); }

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