#75E571

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

Shades of Pastel Green #75E571

Tints of Pastel Green #75E571

Color information

#75E571 (or 0x75E571) is unknown color: approx Pastel Green. HEX triplet: 75, E5 and 71. RGB value is (117,229,113). Sum of RGB (Red+Green+Blue) = 117+229+113=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #75E571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E571 is #8A1A8E. Grayscale: #B6B6B6. Windows color (decimal): -9050767 or 7464309. OLE color: 7464309.

HSL color Cylindrical-coordinate representation of color #75E571: hue angle of 117.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75E571 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB117229113-
CMYK0.4900.510.10
HSL117.93º69.05%67.06%-
HSV(B)117.93º50.66%89.8%-
XYZ38.3461.0125.38-
YUV182.2988.8981.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 229 (89.84% from 255) = 49.89%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=25.49%
G=49.89%
B=24.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172291130.4900.510.10117.9369.0567.06
Hex75E57131033A764543
Octal1653451616106312166105103
Binary111010111100101111000111000101100111010111011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,229,113); }

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

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

 a { background-color: rgb(117,229,113); }

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

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

 span { border-color: rgb(117,229,113); }

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