#5FCA68

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

Shades of Fern #5FCA68

Tints of Fern #5FCA68

Color information

#5FCA68 (or 0x5FCA68) is unknown color: approx Fern. HEX triplet: 5F, CA and 68. RGB value is (95,202,104). Sum of RGB (Red+Green+Blue) = 95+202+104=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA68 is #A03597. Grayscale: #9F9F9F. Windows color (decimal): -10499480 or 6867551. OLE color: 6867551.

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

Color convert

RGB95202104-
CMYK0.5300.490.21
HSL125.05º50.23%58.24%-
HSV(B)125.05º52.97%79.22%-
XYZ28.3445.6720.42-
YUV158.8397.0582.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.69%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=23.69%
G=50.37%
B=25.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021040.5300.490.21125.0550.2358.24
Hex5FCA6835031157d323a
Octal13731215065061251756272
Binary10111111100101011010001101010110001101011111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,202,104); }

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

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

 a { background-color: rgb(95,202,104); }

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

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

 span { border-color: rgb(95,202,104); }

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