#50CF2C

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

Shades of Kelly Green #50CF2C

Tints of Kelly Green #50CF2C

Color information

#50CF2C (or 0x50CF2C) is unknown color: approx Kelly Green. HEX triplet: 50, CF and 2C. RGB value is (80,207,44). Sum of RGB (Red+Green+Blue) = 80+207+44=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF2C is #AF30D3. Grayscale: #969696. Windows color (decimal): -11481300 or 2936656. OLE color: 2936656.

HSL color Cylindrical-coordinate representation of color #50CF2C: hue angle of 106.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50CF2C is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB8020744-
CMYK0.6100.790.19
HSL106.75º64.94%49.22%-
HSV(B)106.75º78.74%81.18%-
XYZ26.0846.519.99-
YUV150.4467.9277.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 207 (81.25% from 255) = 62.54%
BLUE value IS 44 (17.58% from 255) = 13.29%
R=24.17%
G=62.54%
B=13.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal80207440.6100.790.19106.7564.9449.22
Hex50CF2C3D04F136b4131
Octal120317547501172315310161
Binary101000011001111101100111101010011111001111010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,207,44); }

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

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

 a { background-color: rgb(80,207,44); }

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

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

 span { border-color: rgb(80,207,44); }

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