#75DF84

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

Shades of Pastel Green #75DF84

Tints of Pastel Green #75DF84

Color information

#75DF84 (or 0x75DF84) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 84. RGB value is (117,223,132). Sum of RGB (Red+Green+Blue) = 117+223+132=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF84 is #8A207B. Grayscale: #B5B5B5. Windows color (decimal): -9052284 or 8707957. OLE color: 8707957.

HSL color Cylindrical-coordinate representation of color #75DF84: hue angle of 128.49º 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 #75DF84 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB117223132-
CMYK0.4800.410.13
HSL128.49º62.35%66.67%-
HSV(B)128.49º47.53%87.45%-
XYZ37.8958.2231.07-
YUV180.93100.3882.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 223 (87.5% from 255) = 47.25%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=24.79%
G=47.25%
B=27.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231320.4800.410.13128.4962.3566.67
Hex75DF8430029D803e43
Octal165337204600511520076103
Binary1110101110111111000010011000001010011101100000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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