#75EE7A

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

Shades of Pastel Green #75EE7A

Tints of Pastel Green #75EE7A

Color information

#75EE7A (or 0x75EE7A) is unknown color: approx Pastel Green. HEX triplet: 75, EE and 7A. RGB value is (117,238,122). Sum of RGB (Red+Green+Blue) = 117+238+122=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EE7A is #8A1185. Grayscale: #BCBCBC. Windows color (decimal): -9048454 or 8056437. OLE color: 8056437.

HSL color Cylindrical-coordinate representation of color #75EE7A: hue angle of 122.48º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EE7A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB117238122-
CMYK0.5100.490.07
HSL122.48º78.06%69.61%-
HSV(B)122.48º50.84%93.33%-
XYZ41.4266.3429.03-
YUV188.690.4176.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 238 (93.36% from 255) = 49.90%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=24.53%
G=49.90%
B=25.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172381220.5100.490.07122.4878.0669.61
Hex75EE7A3303177a4e46
Octal165356172630617172116106
Binary11101011110111011110101100110110001111111101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,238,122); }

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

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

 a { background-color: rgb(117,238,122); }

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

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

 span { border-color: rgb(117,238,122); }

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