#50CA1F

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

Shades of Kelly Green #50CA1F

Tints of Kelly Green #50CA1F

Color information

#50CA1F (or 0x50CA1F) is unknown color: approx Kelly Green. HEX triplet: 50, CA and 1F. RGB value is (80,202,31). Sum of RGB (Red+Green+Blue) = 80+202+31=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA1F is #AF35E0. Grayscale: #929292. Windows color (decimal): -11482593 or 2083408. OLE color: 2083408.

HSL color Cylindrical-coordinate representation of color #50CA1F: hue angle of 102.81º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50CA1F is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB8020231-
CMYK0.6000.850.21
HSL102.81º73.39%45.69%-
HSV(B)102.81º84.65%79.22%-
XYZ24.6844.058.5-
YUV146.0363.0880.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 202 (79.30% from 255) = 64.54%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=25.56%
G=64.54%
B=9.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202310.6000.850.21102.8173.3945.69
Hex50CA1F3C0551567492e
Octal120312377401252514711156
Binary10100001100101011111111100010101011010111001111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,31); }

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

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

 a { background-color: rgb(80,202,31); }

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

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

 span { border-color: rgb(80,202,31); }

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