#75ED77

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

Shades of Pastel Green #75ED77

Tints of Pastel Green #75ED77

Color information

#75ED77 (or 0x75ED77) is unknown color: approx Pastel Green. HEX triplet: 75, ED and 77. RGB value is (117,237,119). Sum of RGB (Red+Green+Blue) = 117+237+119=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #75ED77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75ED77 is #8A1288. Grayscale: #BCBCBC. Windows color (decimal): -9048713 or 7859573. OLE color: 7859573.

HSL color Cylindrical-coordinate representation of color #75ED77: hue angle of 121º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75ED77 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB117237119-
CMYK0.5100.500.07
HSL121º76.92%69.41%-
HSV(B)121º50.63%92.94%-
XYZ40.9565.6827.97-
YUV187.6789.2477.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 237 (92.97% from 255) = 50.11%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=24.74%
G=50.11%
B=25.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172371190.5100.500.0712176.9269.41
Hex75ED77330327794d45
Octal165355167630627171115105
Binary11101011110110111101111100110110010111111100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ED77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,119); }

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

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

 a { background-color: rgb(117,237,119); }

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

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

 span { border-color: rgb(117,237,119); }

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