Html Css Color HEX #50C755 Fern

📋 copy color: '#50C755'

red 80 ◦ green 199 ◦ blue 85

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

Shades of Fern #50C755

Tints of Fern #50C755

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.67%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 21.98%
G = 54.67%
B = 23.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#50C755 (or 0x50C755) is known color: Fern. HEX triplet: 50, C7 and 55. RGB value is (80,199,85). Sum of RGB (Red+Green+Blue) = 80+199+85=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #50C755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C755 is #AF38AA. Grayscale: #969696. Windows color (decimal): -11483307 or 5621584. OLE color: 5621584.

HSL color Cylindrical-coordinate representation of color #50C755: hue angle of 122.52º 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 #50C755 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 85 -
CMYK 0.60 0 0.57 0.22
HSL 122.52º 0.52% 0.55% -
HSV(B) 122.52º 0.6% 0.78% -
XYZ 25.37 43.21 15.6 -
YUV 150.42 91.08 77.77 -
System Red Green Blue C M Y K H S L
Decimal 80 199 85 0.60 0 0.57 0.22 122.52 0.52 0.55
Hex 50 C7 55 3C 0 39 16 7B 34 37
Octal 120 307 125 74 0 71 26 173 64 67
Binary 1010000 11000111 1010101 111100 0 111001 10110 1111011 110100 110111

Color Harmonies of #50C755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C755

Black with #50C755

Text Example


Text Example

White with #50C755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,85); }

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

background-color css

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

 a { background-color: rgb(80,199,85); }

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

border-color css

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

 span { border-color: rgb(80,199,85); }

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