Html Css Color HEX #50C226 Kelly Green

📋 copy color: '#50C226'

red 80 ◦ green 194 ◦ blue 38

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

Shades of Kelly Green #50C226

Tints of Kelly Green #50C226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.18%

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

R = 25.64%
G = 62.18%
B = 12.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#50C226 (or 0x50C226) is known color: Kelly Green. HEX triplet: 50, C2 and 26. RGB value is (80,194,38). Sum of RGB (Red+Green+Blue) = 80+194+38=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #50C226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C226 is #AF3DD9. Grayscale: #8E8E8E. Windows color (decimal): -11484634 or 2540112. OLE color: 2540112.

HSL color Cylindrical-coordinate representation of color #50C226: hue angle of 103.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50C226 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 38 -
CMYK 0.59 0 0.80 0.24
HSL 103.85º 0.67% 0.45% -
HSV(B) 103.85º 0.8% 0.76% -
XYZ 22.95 40.43 8.43 -
YUV 142.13 69.23 83.68 -
System Red Green Blue C M Y K H S L
Decimal 80 194 38 0.59 0 0.80 0.24 103.85 0.67 0.45
Hex 50 C2 26 3B 0 50 18 68 43 2D
Octal 120 302 46 73 0 120 30 150 103 55
Binary 1010000 11000010 100110 111011 0 1010000 11000 1101000 1000011 101101

Color Harmonies of #50C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C226

Black with #50C226

Text Example


Text Example

White with #50C226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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