#75DE7C

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

Shades of Pastel Green #75DE7C

Tints of Pastel Green #75DE7C

Color information

#75DE7C (or 0x75DE7C) is unknown color: approx Pastel Green. HEX triplet: 75, DE and 7C. RGB value is (117,222,124). Sum of RGB (Red+Green+Blue) = 117+222+124=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DE7C is #8A2183. Grayscale: #B3B3B3. Windows color (decimal): -9052548 or 8183413. OLE color: 8183413.

HSL color Cylindrical-coordinate representation of color #75DE7C: hue angle of 124º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DE7C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB117222124-
CMYK0.4700.440.13
HSL124º61.4%66.47%-
HSV(B)124º47.3%87.06%-
XYZ37.157.4828.21-
YUV179.4396.7183.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 222 (87.11% from 255) = 47.95%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=25.27%
G=47.95%
B=26.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172221240.4700.440.1312461.466.47
Hex75DE7C2F02CD7c3d42
Octal165336174570541517475102
Binary11101011101111011111001011110101100110111111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,222,124); }

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

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

 a { background-color: rgb(117,222,124); }

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

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

 span { border-color: rgb(117,222,124); }

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