Html Css Color HEX #50B265 Fern

📋 copy color: '#50B265'

red 80 ◦ green 178 ◦ blue 101

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

Shades of Fern #50B265

Tints of Fern #50B265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.58%

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 22.28%
G = 49.58%
B = 28.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#50B265 (or 0x50B265) is known color: Fern. HEX triplet: 50, B2 and 65. RGB value is (80,178,101). Sum of RGB (Red+Green+Blue) = 80+178+101=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #50B265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B265 is #AF4D9A. Grayscale: #8C8C8C. Windows color (decimal): -11488667 or 6664784. OLE color: 6664784.

HSL color Cylindrical-coordinate representation of color #50B265: hue angle of 132.86º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B265 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 101 -
CMYK 0.55 0 0.43 0.30
HSL 132.86º 0.39% 0.51% -
HSV(B) 132.86º 0.55% 0.7% -
XYZ 21.58 34.49 17.83 -
YUV 139.92 106.03 85.26 -
System Red Green Blue C M Y K H S L
Decimal 80 178 101 0.55 0 0.43 0.30 132.86 0.39 0.51
Hex 50 B2 65 37 0 2B 1E 85 27 33
Octal 120 262 145 67 0 53 36 205 47 63
Binary 1010000 10110010 1100101 110111 0 101011 11110 10000101 100111 110011

Color Harmonies of #50B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B265

Black with #50B265

Text Example


Text Example

White with #50B265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,101); }

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

background-color css

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

 a { background-color: rgb(80,178,101); }

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

border-color css

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

 span { border-color: rgb(80,178,101); }

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