#75C36E

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

Shades of Fern #75C36E

Tints of Fern #75C36E

Color information

#75C36E (or 0x75C36E) is unknown color: approx Fern. HEX triplet: 75, C3 and 6E. RGB value is (117,195,110). Sum of RGB (Red+Green+Blue) = 117+195+110=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #75C36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C36E is #8A3C91. Grayscale: #A2A2A2. Windows color (decimal): -9059474 or 7258997. OLE color: 7258997.

HSL color Cylindrical-coordinate representation of color #75C36E: hue angle of 115.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75C36E is Cyan = 0.4, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB117195110-
CMYK0.400.440.24
HSL115.06º41.46%59.8%-
HSV(B)115.06º43.59%76.47%-
XYZ29.6743.9421.67-
YUV161.9998.6695.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=27.73%
G=46.21%
B=26.07%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951100.400.440.24115.0641.4659.8
Hex75C36E2802C1873293c
Octal16530315650054301635174
Binary11101011100001111011101010000101100110001110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,110); }

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

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

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

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

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

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

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