#75F585

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

Shades of Pastel Green #75F585

Tints of Pastel Green #75F585

Color information

#75F585 (or 0x75F585) is unknown color: approx Pastel Green. HEX triplet: 75, F5 and 85. RGB value is (117,245,133). Sum of RGB (Red+Green+Blue) = 117+245+133=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #75F585 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F585 is #8A0A7A. Grayscale: #C2C2C2. Windows color (decimal): -9046651 or 8779125. OLE color: 8779125.

HSL color Cylindrical-coordinate representation of color #75F585: hue angle of 127.5º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F585 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB117245133-
CMYK0.5200.460.04
HSL127.5º86.49%70.98%-
HSV(B)127.5º52.24%96.08%-
XYZ44.2270.7833.52-
YUV193.9693.5973.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 245 (96.09% from 255) = 49.49%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=23.64%
G=49.49%
B=26.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172451330.5200.460.04127.586.4970.98
Hex75F5853402E4805647
Octal165365205640564200126107
Binary1110101111101011000010111010001011101001000000010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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