#75BF75

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

Shades of Fern #75BF75

Tints of Fern #75BF75

Color information

#75BF75 (or 0x75BF75) is unknown color: approx Fern. HEX triplet: 75, BF and 75. RGB value is (117,191,117). Sum of RGB (Red+Green+Blue) = 117+191+117=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF75 is #8A408A. Grayscale: #A0A0A0. Windows color (decimal): -9060491 or 7716725. OLE color: 7716725.

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

Color convert

RGB117191117-
CMYK0.3900.390.25
HSL120º36.63%60.39%-
HSV(B)120º38.74%74.9%-
XYZ29.1842.3323.46-
YUV160.44103.4897.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=27.53%
G=44.94%
B=27.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911170.3900.390.2512036.6360.39
Hex75BF75270271978253c
Octal16527716547047311704574
Binary11101011011111111101011001110100111110011111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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