#75E96B

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

Shades of Pastel Green #75E96B

Tints of Pastel Green #75E96B

Color information

#75E96B (or 0x75E96B) is unknown color: approx Pastel Green. HEX triplet: 75, E9 and 6B. RGB value is (117,233,107). Sum of RGB (Red+Green+Blue) = 117+233+107=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #75E96B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E96B is #8A1694. Grayscale: #B8B8B8. Windows color (decimal): -9049749 or 7072117. OLE color: 7072117.

HSL color Cylindrical-coordinate representation of color #75E96B: hue angle of 115.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E96B is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB117233107-
CMYK0.5000.540.09
HSL115.24º74.12%66.67%-
HSV(B)115.24º54.08%91.37%-
XYZ39.1363.1224.03-
YUV183.9584.5780.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 233 (91.41% from 255) = 50.98%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=25.60%
G=50.98%
B=23.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172331070.5000.540.09115.2474.1266.67
Hex75E96B320369734a43
Octal1653511536206611163112103
Binary111010111101001110101111001001101101001111001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,233,107); }

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

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

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

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

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

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

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