#75E384

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

Shades of Pastel Green #75E384

Tints of Pastel Green #75E384

Color information

#75E384 (or 0x75E384) is unknown color: approx Pastel Green. HEX triplet: 75, E3 and 84. RGB value is (117,227,132). Sum of RGB (Red+Green+Blue) = 117+227+132=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #75E384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E384 is #8A1C7B. Grayscale: #B7B7B7. Windows color (decimal): -9051260 or 8708981. OLE color: 8708981.

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

Color convert

RGB117227132-
CMYK0.4800.420.11
HSL128.18º66.27%67.45%-
HSV(B)128.18º48.46%89.02%-
XYZ38.9760.3931.43-
YUV183.2899.0680.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 227 (89.06% from 255) = 47.69%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=24.58%
G=47.69%
B=27.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172271320.4800.420.11128.1866.2767.45
Hex75E3843002AB804243
Octal1653432046005213200102103
Binary11101011110001110000100110000010101010111000000010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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