#75E366

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

Shades of Pastel Green #75E366

Tints of Pastel Green #75E366

Color information

#75E366 (or 0x75E366) is unknown color: approx Pastel Green. HEX triplet: 75, E3 and 66. RGB value is (117,227,102). Sum of RGB (Red+Green+Blue) = 117+227+102=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #75E366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E366 is #8A1C99. Grayscale: #B4B4B4. Windows color (decimal): -9051290 or 6742901. OLE color: 6742901.

HSL color Cylindrical-coordinate representation of color #75E366: hue angle of 112.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75E366 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB117227102-
CMYK0.4800.550.11
HSL112.8º69.06%64.51%-
HSV(B)112.8º55.07%89.02%-
XYZ37.259.6822.13-
YUV179.8684.0683.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 227 (89.06% from 255) = 50.90%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=26.23%
G=50.90%
B=22.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172271020.4800.550.11112.869.0664.51
Hex75E36630037B714541
Octal1653431466006713161105101
Binary111010111100011110011011000001101111011111000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,227,102); }

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

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

 a { background-color: rgb(117,227,102); }

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

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

 span { border-color: rgb(117,227,102); }

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