#75E369

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

Shades of Pastel Green #75E369

Tints of Pastel Green #75E369

Color information

#75E369 (or 0x75E369) is unknown color: approx Pastel Green. HEX triplet: 75, E3 and 69. RGB value is (117,227,105). Sum of RGB (Red+Green+Blue) = 117+227+105=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #75E369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E369 is #8A1C96. Grayscale: #B4B4B4. Windows color (decimal): -9051287 or 6939509. OLE color: 6939509.

HSL color Cylindrical-coordinate representation of color #75E369: hue angle of 114.1º 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 #75E369 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB117227105-
CMYK0.4800.540.11
HSL114.1º68.54%65.1%-
HSV(B)114.1º53.74%89.02%-
XYZ37.3659.7422.93-
YUV180.285.5682.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 227 (89.06% from 255) = 50.56%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=26.06%
G=50.56%
B=23.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172271050.4800.540.11114.168.5465.1
Hex75E36930036B724541
Octal1653431516006613162105101
Binary111010111100011110100111000001101101011111001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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