#50CA32

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

Shades of Kelly Green #50CA32

Tints of Kelly Green #50CA32

Color information

#50CA32 (or 0x50CA32) is unknown color: approx Kelly Green. HEX triplet: 50, CA and 32. RGB value is (80,202,50). Sum of RGB (Red+Green+Blue) = 80+202+50=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA32 is #AF35CD. Grayscale: #949494. Windows color (decimal): -11482574 or 3328592. OLE color: 3328592.

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

Color convert

RGB8020250-
CMYK0.6000.750.21
HSL108.16º60.32%49.41%-
HSV(B)108.16º75.25%79.22%-
XYZ2544.1810.23-
YUV148.1972.5879.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 202 (79.30% from 255) = 60.84%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=24.10%
G=60.84%
B=15.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202500.6000.750.21108.1660.3249.41
Hex50CA323C04B156c3c31
Octal12031262740113251547461
Binary10100001100101011001011110001001011101011101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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