#50CA09

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

Shades of Kelly Green #50CA09

Tints of Kelly Green #50CA09

Color information

#50CA09 (or 0x50CA09) is unknown color: approx Kelly Green. HEX triplet: 50, CA and 09. RGB value is (80,202,9). Sum of RGB (Red+Green+Blue) = 80+202+9=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 202 (79.30% from 255 or 69.42% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CA09 is #AF35F6. Grayscale: #909090. Windows color (decimal): -11482615 or 641616. OLE color: 641616.

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

Color convert

RGB802029-
CMYK0.6000.960.21
HSL97.93º91.47%41.37%-
HSV(B)97.93º95.54%79.22%-
XYZ24.4843.977.45-
YUV143.5252.0882.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 202 (79.30% from 255) = 69.42%
BLUE value IS 9 (3.91% from 255) = 3.09%
R=27.49%
G=69.42%
B=3.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8020290.6000.960.2197.9391.4741.37
Hex50CA93C06015625b29
Octal120312117401402514213351
Binary1010000110010101001111100011000001010111000101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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