#50CA52

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

Shades of Fern #50CA52

Tints of Fern #50CA52

Color information

#50CA52 (or 0x50CA52) is unknown color: approx Fern. HEX triplet: 50, CA and 52. RGB value is (80,202,82). Sum of RGB (Red+Green+Blue) = 80+202+82=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA52 is #AF35AD. Grayscale: #989898. Windows color (decimal): -11482542 or 5425744. OLE color: 5425744.

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

Color convert

RGB8020282-
CMYK0.6000.590.21
HSL120.98º53.51%55.29%-
HSV(B)120.98º60.4%79.22%-
XYZ25.9544.5615.21-
YUV151.8488.5876.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 202 (79.30% from 255) = 55.49%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=21.98%
G=55.49%
B=22.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202820.6000.590.21120.9853.5155.29
Hex50CA523C03B15793637
Octal12031212274073251716667
Binary10100001100101010100101111000111011101011111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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