#75C46F

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

Shades of Pastel Green #75C46F

Tints of Pastel Green #75C46F

Color information

#75C46F (or 0x75C46F) is unknown color: approx Pastel Green. HEX triplet: 75, C4 and 6F. RGB value is (117,196,111). Sum of RGB (Red+Green+Blue) = 117+196+111=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #75C46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C46F is #8A3B90. Grayscale: #A2A2A2. Windows color (decimal): -9059217 or 7324789. OLE color: 7324789.

HSL color Cylindrical-coordinate representation of color #75C46F: hue angle of 115.76º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75C46F is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB117196111-
CMYK0.4000.430.23
HSL115.76º41.87%60.2%-
HSV(B)115.76º43.37%76.86%-
XYZ29.9544.4122.03-
YUV162.6998.8395.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 196 (76.95% from 255) = 46.23%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=27.59%
G=46.23%
B=26.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171961110.4000.430.23115.7641.8760.2
Hex75C46F2802B17742a3c
Octal16530415750053271645274
Binary11101011100010011011111010000101011101111110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,196,111); }

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

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

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

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

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

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

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