#50CB2A

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

Shades of Kelly Green #50CB2A

Tints of Kelly Green #50CB2A

Color information

#50CB2A (or 0x50CB2A) is unknown color: approx Kelly Green. HEX triplet: 50, CB and 2A. RGB value is (80,203,42). Sum of RGB (Red+Green+Blue) = 80+203+42=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB2A is #AF34D5. Grayscale: #949494. Windows color (decimal): -11482326 or 2804560. OLE color: 2804560.

HSL color Cylindrical-coordinate representation of color #50CB2A: hue angle of 105.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50CB2A is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB8020342-
CMYK0.6100.790.20
HSL105.84º65.71%48.04%-
HSV(B)105.84º79.31%79.61%-
XYZ25.0844.589.47-
YUV147.8768.2579.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 203 (79.69% from 255) = 62.46%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=24.62%
G=62.46%
B=12.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203420.6100.790.20105.8465.7148.04
Hex50CB2A3D04F146a4230
Octal120313527501172415210260
Binary101000011001011101010111101010011111010011010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,42); }

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

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

 a { background-color: rgb(80,203,42); }

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

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

 span { border-color: rgb(80,203,42); }

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