#5FB266

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

Shades of Fern #5FB266

Tints of Fern #5FB266

Color information

#5FB266 (or 0x5FB266) is unknown color: approx Fern. HEX triplet: 5F, B2 and 66. RGB value is (95,178,102). Sum of RGB (Red+Green+Blue) = 95+178+102=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB266 is #A04D99. Grayscale: #909090. Windows color (decimal): -10505626 or 6730335. OLE color: 6730335.

HSL color Cylindrical-coordinate representation of color #5FB266: hue angle of 125.06º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB266 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB95178102-
CMYK0.4700.430.30
HSL125.06º35.02%53.53%-
HSV(B)125.06º46.63%69.8%-
XYZ23.0435.2318.16-
YUV144.5210492.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=25.33%
G=47.47%
B=27.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951781020.4700.430.30125.0635.0253.53
Hex5FB2662F02B1E7d2336
Octal13726214657053361754366
Binary10111111011001011001101011110101011111101111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB266; }

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

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

<style>
 a { background-color: #5FB266; }

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

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

<style>
 span { border-color: #5FB266; }

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

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