#75D278

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

Shades of Pastel Green #75D278

Tints of Pastel Green #75D278

Color information

#75D278 (or 0x75D278) is unknown color: approx Pastel Green. HEX triplet: 75, D2 and 78. RGB value is (117,210,120). Sum of RGB (Red+Green+Blue) = 117+210+120=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #75D278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D278 is #8A2D87. Grayscale: #ACACAC. Windows color (decimal): -9055624 or 7918197. OLE color: 7918197.

HSL color Cylindrical-coordinate representation of color #75D278: hue angle of 121.94º 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 #75D278 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB117210120-
CMYK0.4400.430.18
HSL121.94º50.82%64.12%-
HSV(B)121.94º44.29%82.35%-
XYZ33.7751.2325.88-
YUV171.9398.6988.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=26.17%
G=46.98%
B=26.85%

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
Decimal1172101200.4400.430.18121.9450.8264.12
Hex75D2782C02B127a3340
Octal165322170540532217263100
Binary111010111010010111100010110001010111001011110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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