#75F885

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

Shades of Pastel Green #75F885

Tints of Pastel Green #75F885

Color information

#75F885 (or 0x75F885) is unknown color: approx Pastel Green. HEX triplet: 75, F8 and 85. RGB value is (117,248,133). Sum of RGB (Red+Green+Blue) = 117+248+133=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #75F885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F885 is #8A077A. Grayscale: #C4C4C4. Windows color (decimal): -9045883 or 8779893. OLE color: 8779893.

HSL color Cylindrical-coordinate representation of color #75F885: hue angle of 127.33º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F885 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB117248133-
CMYK0.5300.460.03
HSL127.33º90.34%71.57%-
HSV(B)127.33º52.82%97.25%-
XYZ45.1472.6133.83-
YUV195.7292.671.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 248 (97.27% from 255) = 49.80%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=23.49%
G=49.80%
B=26.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172481330.5300.460.03127.3390.3471.57
Hex75F8853502E37f5a48
Octal165370205650563177132110
Binary11101011111100010000101110101010111011111111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,248,133); }

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

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

 a { background-color: rgb(117,248,133); }

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

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

 span { border-color: rgb(117,248,133); }

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