#75E77B

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

Shades of Pastel Green #75E77B

Tints of Pastel Green #75E77B

Color information

#75E77B (or 0x75E77B) is unknown color: approx Pastel Green. HEX triplet: 75, E7 and 7B. RGB value is (117,231,123). Sum of RGB (Red+Green+Blue) = 117+231+123=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #75E77B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E77B is #8A1884. Grayscale: #B8B8B8. Windows color (decimal): -9050245 or 8120181. OLE color: 8120181.

HSL color Cylindrical-coordinate representation of color #75E77B: hue angle of 123.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E77B is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB117231123-
CMYK0.4900.470.09
HSL123.16º70.37%68.24%-
HSV(B)123.16º49.35%90.59%-
XYZ39.4962.3628.7-
YUV184.693.2379.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=24.84%
G=49.04%
B=26.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311230.4900.470.09123.1670.3768.24
Hex75E77B3102F97b4644
Octal1653471736105711173106104
Binary111010111100111111101111000101011111001111101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,231,123); }

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

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

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

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

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

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

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