#75E07A

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

Shades of Pastel Green #75E07A

Tints of Pastel Green #75E07A

Color information

#75E07A (or 0x75E07A) is unknown color: approx Pastel Green. HEX triplet: 75, E0 and 7A. RGB value is (117,224,122). Sum of RGB (Red+Green+Blue) = 117+224+122=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #75E07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E07A is #8A1F85. Grayscale: #B4B4B4. Windows color (decimal): -9052038 or 8052853. OLE color: 8052853.

HSL color Cylindrical-coordinate representation of color #75E07A: hue angle of 122.8º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E07A is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB117224122-
CMYK0.4800.460.12
HSL122.8º63.31%66.86%-
HSV(B)122.8º47.77%87.84%-
XYZ37.558.527.73-
YUV180.3895.0582.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 224 (87.89% from 255) = 48.38%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=25.27%
G=48.38%
B=26.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241220.4800.460.12122.863.3166.86
Hex75E07A3002EC7b3f43
Octal165340172600561417377103
Binary11101011110000011110101100000101110110011110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,122); }

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

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

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

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

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

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

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