Html Css Color HEX #50B266 Fern

📋 copy color: '#50B266'

red 80 ◦ green 178 ◦ blue 102

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

Shades of Fern #50B266

Tints of Fern #50B266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 22.22%
G = 49.44%
B = 28.33%

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

#50B266 (or 0x50B266) is known color: Fern. HEX triplet: 50, B2 and 66. RGB value is (80,178,102). Sum of RGB (Red+Green+Blue) = 80+178+102=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #50B266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B266 is #AF4D99. Grayscale: #8C8C8C. Windows color (decimal): -11488666 or 6730320. OLE color: 6730320.

HSL color Cylindrical-coordinate representation of color #50B266: hue angle of 133.47º 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 #50B266 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 102 -
CMYK 0.55 0 0.43 0.30
HSL 133.47º 0.39% 0.51% -
HSV(B) 133.47º 0.55% 0.7% -
XYZ 21.63 34.51 18.09 -
YUV 140.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 80 178 102 0.55 0 0.43 0.30 133.47 0.39 0.51
Hex 50 B2 66 37 0 2B 1E 85 27 33
Octal 120 262 146 67 0 53 36 205 47 63
Binary 1010000 10110010 1100110 110111 0 101011 11110 10000101 100111 110011

Color Harmonies of #50B266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B266

Black with #50B266

Text Example


Text Example

White with #50B266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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