#5FC864

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

Shades of Fern #5FC864

Tints of Fern #5FC864

Color information

#5FC864 (or 0x5FC864) is unknown color: approx Fern. HEX triplet: 5F, C8 and 64. RGB value is (95,200,100). Sum of RGB (Red+Green+Blue) = 95+200+100=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC864 is #A0379B. Grayscale: #9D9D9D. Windows color (decimal): -10499996 or 6604895. OLE color: 6604895.

HSL color Cylindrical-coordinate representation of color #5FC864: hue angle of 122.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC864 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB95200100-
CMYK0.5200.50.22
HSL122.86º48.84%57.84%-
HSV(B)122.86º52.5%78.43%-
XYZ27.6744.6619.22-
YUV157.295.7183.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 200 (78.52% from 255) = 50.63%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=24.05%
G=50.63%
B=25.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal952001000.5200.50.22122.8648.8457.84
Hex5FC86434032167b313a
Octal13731014464062261736172
Binary10111111100100011001001101000110010101101111011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,200,100); }

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

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

 a { background-color: rgb(95,200,100); }

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

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

 span { border-color: rgb(95,200,100); }

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