Html Css Color HEX #50C852 Fern

📋 copy color: '#50C852'

red 80 ◦ green 200 ◦ blue 82

#50C852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #50C852

Tints of Fern #50C852

RGB

 RED value IS 80 (31.64% from 255) = 22.1%

 GREEN value IS 200 (78.52% from 255) = 55.25%

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 22.1%
G = 55.25%
B = 22.65%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#50C852 (or 0x50C852) is known color: Fern. HEX triplet: 50, C8 and 52. RGB value is (80,200,82). Sum of RGB (Red+Green+Blue) = 80+200+82=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #50C852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C852 is #AF37AD. Grayscale: #979797. Windows color (decimal): -11483054 or 5425232. OLE color: 5425232.

HSL color Cylindrical-coordinate representation of color #50C852: hue angle of 121º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C852 is Cyan = 0.6, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 82 -
CMYK 0.6 0 0.59 0.22
HSL 121º 0.52% 0.55% -
HSV(B) 121º 0.6% 0.78% -
XYZ 25.49 43.62 15.06 -
YUV 150.67 89.24 77.59 -
System Red Green Blue C M Y K H S L
Decimal 80 200 82 0.6 0 0.59 0.22 121 0.52 0.55
Hex 50 C8 52 3C 0 3B 16 79 34 37
Octal 120 310 122 74 0 73 26 171 64 67
Binary 1010000 11001000 1010010 111100 0 111011 10110 1111001 110100 110111

Color Harmonies of #50C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C852

Black with #50C852

Text Example


Text Example

White with #50C852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50C852;
 }
 .AnyTagClassName
 {
   color: #50C852;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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