#75D570

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

Shades of Pastel Green #75D570

Tints of Pastel Green #75D570

Color information

#75D570 (or 0x75D570) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 70. RGB value is (117,213,112). Sum of RGB (Red+Green+Blue) = 117+213+112=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #75D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D570 is #8A2A8F. Grayscale: #ADADAD. Windows color (decimal): -9054864 or 7394677. OLE color: 7394677.

HSL color Cylindrical-coordinate representation of color #75D570: hue angle of 117.03º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D570 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB117213112-
CMYK0.4500.470.16
HSL117.03º54.59%63.73%-
HSV(B)117.03º47.42%83.53%-
XYZ34.0652.5423.68-
YUV172.7893.788.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=26.47%
G=48.19%
B=25.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131120.4500.470.16117.0354.5963.73
Hex75D5702D02F10753740
Octal165325160550572016567100
Binary111010111010101111000010110101011111000011101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,213,112); }

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

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

 a { background-color: rgb(117,213,112); }

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

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

 span { border-color: rgb(117,213,112); }

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