#75DF85

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

Shades of Pastel Green #75DF85

Tints of Pastel Green #75DF85

Color information

#75DF85 (or 0x75DF85) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 85. RGB value is (117,223,133). Sum of RGB (Red+Green+Blue) = 117+223+133=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF85 is #8A207A. Grayscale: #B5B5B5. Windows color (decimal): -9052283 or 8773493. OLE color: 8773493.

HSL color Cylindrical-coordinate representation of color #75DF85: hue angle of 129.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DF85 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB117223133-
CMYK0.4800.400.13
HSL129.06º62.35%66.67%-
HSV(B)129.06º47.53%87.45%-
XYZ37.9658.2531.43-
YUV181.05100.8882.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=24.74%
G=47.15%
B=28.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231330.4800.400.13129.0662.3566.67
Hex75DF8530028D813e43
Octal165337205600501520176103
Binary1110101110111111000010111000001010001101100000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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