#75E07F

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

Shades of Pastel Green #75E07F

Tints of Pastel Green #75E07F

Color information

#75E07F (or 0x75E07F) is unknown color: approx Pastel Green. HEX triplet: 75, E0 and 7F. RGB value is (117,224,127). Sum of RGB (Red+Green+Blue) = 117+224+127=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #75E07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E07F is #8A1F80. Grayscale: #B5B5B5. Windows color (decimal): -9052033 or 8380533. OLE color: 8380533.

HSL color Cylindrical-coordinate representation of color #75E07F: hue angle of 125.61º 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 #75E07F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB117224127-
CMYK0.4800.430.12
HSL125.61º63.31%66.86%-
HSV(B)125.61º47.77%87.84%-
XYZ37.8258.6329.4-
YUV180.9597.5582.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 224 (87.89% from 255) = 47.86%
BLUE value IS 127 (50% from 255) = 27.14%
R=25%
G=47.86%
B=27.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241270.4800.430.12125.6163.3166.86
Hex75E07F3002BC7e3f43
Octal165340177600531417677103
Binary11101011110000011111111100000101011110011111101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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