#75DD7B

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

Shades of Pastel Green #75DD7B

Tints of Pastel Green #75DD7B

Color information

#75DD7B (or 0x75DD7B) is unknown color: approx Pastel Green. HEX triplet: 75, DD and 7B. RGB value is (117,221,123). Sum of RGB (Red+Green+Blue) = 117+221+123=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD7B is #8A2284. Grayscale: #B3B3B3. Windows color (decimal): -9052805 or 8117621. OLE color: 8117621.

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

Color convert

RGB117221123-
CMYK0.4700.440.13
HSL123.46º60.47%66.27%-
HSV(B)123.46º47.06%86.67%-
XYZ36.7756.9227.79-
YUV178.7396.5483.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=25.38%
G=47.94%
B=26.68%

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
Decimal1172211230.4700.440.13123.4660.4766.27
Hex75DD7B2F02CD7b3c42
Octal165335173570541517374102
Binary11101011101110111110111011110101100110111110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,221,123); }

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

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

 a { background-color: rgb(117,221,123); }

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

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

 span { border-color: rgb(117,221,123); }

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