#75E766

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

Shades of Pastel Green #75E766

Tints of Pastel Green #75E766

Color information

#75E766 (or 0x75E766) is unknown color: approx Pastel Green. HEX triplet: 75, E7 and 66. RGB value is (117,231,102). Sum of RGB (Red+Green+Blue) = 117+231+102=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #75E766 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E766 is #8A1899. Grayscale: #B6B6B6. Windows color (decimal): -9050266 or 6743925. OLE color: 6743925.

HSL color Cylindrical-coordinate representation of color #75E766: hue angle of 113.02º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75E766 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB117231102-
CMYK0.4900.560.09
HSL113.02º72.88%65.29%-
HSV(B)113.02º55.84%90.59%-
XYZ38.3161.8922.5-
YUV182.2182.7381.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 231 (90.62% from 255) = 51.33%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=26%
G=51.33%
B=22.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311020.4900.560.09113.0272.8865.29
Hex75E766310389714941
Octal1653471466107011161111101
Binary111010111100111110011011000101110001001111000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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