#75DF7D

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

Shades of Pastel Green #75DF7D

Tints of Pastel Green #75DF7D

Color information

#75DF7D (or 0x75DF7D) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 7D. RGB value is (117,223,125). Sum of RGB (Red+Green+Blue) = 117+223+125=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF7D is #8A2082. Grayscale: #B4B4B4. Windows color (decimal): -9052291 or 8249205. OLE color: 8249205.

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

Color convert

RGB117223125-
CMYK0.4800.440.13
HSL124.53º62.35%66.67%-
HSV(B)124.53º47.53%87.45%-
XYZ37.4358.0428.63-
YUV180.1396.8882.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 223 (87.5% from 255) = 47.96%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=25.16%
G=47.96%
B=26.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231250.4800.440.13124.5362.3566.67
Hex75DF7D3002CD7d3e43
Octal165337175600541517576103
Binary11101011101111111111011100000101100110111111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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