#75E163

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

Shades of Pastel Green #75E163

Tints of Pastel Green #75E163

Color information

#75E163 (or 0x75E163) is unknown color: approx Pastel Green. HEX triplet: 75, E1 and 63. RGB value is (117,225,99). Sum of RGB (Red+Green+Blue) = 117+225+99=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #75E163 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E163 is #8A1E9C. Grayscale: #B2B2B2. Windows color (decimal): -9051805 or 6545781. OLE color: 6545781.

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

Color convert

RGB11722599-
CMYK0.4800.560.12
HSL111.43º67.74%63.53%-
HSV(B)111.43º56%88.24%-
XYZ36.5158.5321.18-
YUV178.3483.2284.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 225 (88.28% from 255) = 51.02%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=26.53%
G=51.02%
B=22.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117225990.4800.560.12111.4367.7463.53
Hex75E16330038C6f4440
Octal1653411436007014157104100
Binary111010111100001110001111000001110001100110111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,225,99); }

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

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

 a { background-color: rgb(117,225,99); }

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

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

 span { border-color: rgb(117,225,99); }

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