#75D277

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

Shades of Pastel Green #75D277

Tints of Pastel Green #75D277

Color information

#75D277 (or 0x75D277) is unknown color: approx Pastel Green. HEX triplet: 75, D2 and 77. RGB value is (117,210,119). Sum of RGB (Red+Green+Blue) = 117+210+119=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #75D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D277 is #8A2D88. Grayscale: #ACACAC. Windows color (decimal): -9055625 or 7852661. OLE color: 7852661.

HSL color Cylindrical-coordinate representation of color #75D277: hue angle of 121.29º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D277 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB117210119-
CMYK0.4400.430.18
HSL121.29º50.82%64.12%-
HSV(B)121.29º44.29%82.35%-
XYZ33.7151.2125.56-
YUV171.8298.1988.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 210 (82.42% from 255) = 47.09%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=26.23%
G=47.09%
B=26.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101190.4400.430.18121.2950.8264.12
Hex75D2772C02B12793340
Octal165322167540532217163100
Binary111010111010010111011110110001010111001011110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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