#75D869

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

Shades of Pastel Green #75D869

Tints of Pastel Green #75D869

Color information

#75D869 (or 0x75D869) is unknown color: approx Pastel Green. HEX triplet: 75, D8 and 69. RGB value is (117,216,105). Sum of RGB (Red+Green+Blue) = 117+216+105=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #75D869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D869 is #8A2796. Grayscale: #AEAEAE. Windows color (decimal): -9054103 or 6936693. OLE color: 6936693.

HSL color Cylindrical-coordinate representation of color #75D869: hue angle of 113.51º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D869 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB117216105-
CMYK0.4600.510.15
HSL113.51º58.73%62.94%-
HSV(B)113.51º51.39%84.71%-
XYZ34.4453.9121.96-
YUV173.7489.287.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=26.71%
G=49.32%
B=23.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172161050.4600.510.15113.5158.7362.94
Hex75D8692E033F723b3f
Octal16533015156063171627377
Binary1110101110110001101001101110011001111111110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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