#5FCF69

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

Shades of Fern #5FCF69

Tints of Fern #5FCF69

Color information

#5FCF69 (or 0x5FCF69) is unknown color: approx Fern. HEX triplet: 5F, CF and 69. RGB value is (95,207,105). Sum of RGB (Red+Green+Blue) = 95+207+105=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF69 is #A03096. Grayscale: #A2A2A2. Windows color (decimal): -10498199 or 6934367. OLE color: 6934367.

HSL color Cylindrical-coordinate representation of color #5FCF69: hue angle of 125.36º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF69 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB95207105-
CMYK0.5400.490.19
HSL125.36º53.85%59.22%-
HSV(B)125.36º54.11%81.18%-
XYZ29.5848.0821.09-
YUV161.8895.8980.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.34%
GREEN value IS 207 (81.25% from 255) = 50.86%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=23.34%
G=50.86%
B=25.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952071050.5400.490.19125.3653.8559.22
Hex5FCF6936031137d363b
Octal13731715166061231756673
Binary10111111100111111010011101100110001100111111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,207,105); }

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

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

 a { background-color: rgb(95,207,105); }

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

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

 span { border-color: rgb(95,207,105); }

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