#50C621

Color #50C621 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50C621

Tints of Kelly Green #50C621

Color information

#50C621 (or 0x50C621) is unknown color: approx Kelly Green. HEX triplet: 50, C6 and 21. RGB value is (80,198,33). Sum of RGB (Red+Green+Blue) = 80+198+33=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #50C621 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C621 is #AF39DE. Grayscale: #909090. Windows color (decimal): -11483615 or 2213456. OLE color: 2213456.

HSL color Cylindrical-coordinate representation of color #50C621: hue angle of 102.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50C621 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB8019833-
CMYK0.6000.830.22
HSL102.91º71.43%45.29%-
HSV(B)102.91º83.33%77.65%-
XYZ23.7842.28.33-
YUV143.9165.4182.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=25.72%
G=63.67%
B=10.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198330.6000.830.22102.9171.4345.29
Hex50C6213C0531667472d
Octal120306417401232614710755
Binary101000011000110100001111100010100111011011001111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,33); }

 H1.HeaderClassName
 {
   color: #50C621;
 }
 .AnyTagClassName
 {
   color: #50C621;
 }
</style>
background-color css

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

 a { background-color: rgb(80,198,33); }

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

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

 span { border-color: rgb(80,198,33); }

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