#75E669

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

Shades of Pastel Green #75E669

Tints of Pastel Green #75E669

Color information

#75E669 (or 0x75E669) is unknown color: approx Pastel Green. HEX triplet: 75, E6 and 69. RGB value is (117,230,105). Sum of RGB (Red+Green+Blue) = 117+230+105=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #75E669 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E669 is #8A1996. Grayscale: #B6B6B6. Windows color (decimal): -9050519 or 6940277. OLE color: 6940277.

HSL color Cylindrical-coordinate representation of color #75E669: hue angle of 114.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E669 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB117230105-
CMYK0.4900.540.10
HSL114.24º71.43%65.69%-
HSV(B)114.24º54.35%90.2%-
XYZ38.1861.423.2-
YUV181.9684.5681.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.88%
GREEN value IS 230 (90.23% from 255) = 50.88%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=25.88%
G=50.88%
B=23.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172301050.4900.540.10114.2471.4365.69
Hex75E66931036A724742
Octal1653461516106612162107102
Binary111010111100110110100111000101101101010111001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,230,105); }

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

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

 a { background-color: rgb(117,230,105); }

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

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

 span { border-color: rgb(117,230,105); }

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