#75E469

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

Shades of Pastel Green #75E469

Tints of Pastel Green #75E469

Color information

#75E469 (or 0x75E469) is unknown color: approx Pastel Green. HEX triplet: 75, E4 and 69. RGB value is (117,228,105). Sum of RGB (Red+Green+Blue) = 117+228+105=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #75E469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E469 is #8A1B96. Grayscale: #B5B5B5. Windows color (decimal): -9051031 or 6939765. OLE color: 6939765.

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

Color convert

RGB117228105-
CMYK0.4900.540.11
HSL114.15º69.49%65.29%-
HSV(B)114.15º53.95%89.41%-
XYZ37.6360.2923.02-
YUV180.7985.2382.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 228 (89.45% from 255) = 50.67%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=26%
G=50.67%
B=23.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172281050.4900.540.11114.1569.4965.29
Hex75E46931036B724541
Octal1653441516106613162105101
Binary111010111100100110100111000101101101011111001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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