#75BF71

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

Shades of Fern #75BF71

Tints of Fern #75BF71

Color information

#75BF71 (or 0x75BF71) is unknown color: approx Fern. HEX triplet: 75, BF and 71. RGB value is (117,191,113). Sum of RGB (Red+Green+Blue) = 117+191+113=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF71 is #8A408E. Grayscale: #A0A0A0. Windows color (decimal): -9060495 or 7454581. OLE color: 7454581.

HSL color Cylindrical-coordinate representation of color #75BF71: hue angle of 116.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75BF71 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB117191113-
CMYK0.3900.410.25
HSL116.92º37.86%59.61%-
HSV(B)116.92º40.84%74.9%-
XYZ28.9542.2422.25-
YUV159.98101.4897.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=27.79%
G=45.37%
B=26.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911130.3900.410.25116.9237.8659.61
Hex75BF71270291975263c
Octal16527716147051311654674
Binary11101011011111111100011001110101001110011110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BF71; }

 p { color: rgb(117,191,113); }

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

<style>
 a { background-color: #75BF71; }

 a { background-color: rgb(117,191,113); }

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

<style>
 span { border-color: #75BF71; }

 span { border-color: rgb(117,191,113); }

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