#75D569

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

Shades of Pastel Green #75D569

Tints of Pastel Green #75D569

Color information

#75D569 (or 0x75D569) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 69. RGB value is (117,213,105). Sum of RGB (Red+Green+Blue) = 117+213+105=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #75D569 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D569 is #8A2A96. Grayscale: #ACACAC. Windows color (decimal): -9054871 or 6935925. OLE color: 6935925.

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

Color convert

RGB117213105-
CMYK0.4500.510.16
HSL113.33º56.25%62.35%-
HSV(B)113.33º50.7%83.53%-
XYZ33.6852.3921.7-
YUV171.9890.288.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=26.90%
G=48.97%
B=24.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131050.4500.510.16113.3356.2562.35
Hex75D5692D0331071383e
Octal16532515155063201617076
Binary11101011101010111010011011010110011100001110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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