#75EE72

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

Shades of Pastel Green #75EE72

Tints of Pastel Green #75EE72

Color information

#75EE72 (or 0x75EE72) is unknown color: approx Pastel Green. HEX triplet: 75, EE and 72. RGB value is (117,238,114). Sum of RGB (Red+Green+Blue) = 117+238+114=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EE72 is #8A118D. Grayscale: #BCBCBC. Windows color (decimal): -9048462 or 7532149. OLE color: 7532149.

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

Color convert

RGB117238114-
CMYK0.5100.520.07
HSL118.55º78.48%69.02%-
HSV(B)118.55º52.1%93.33%-
XYZ40.9566.1526.53-
YUV187.6886.4177.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 238 (93.36% from 255) = 50.75%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=24.95%
G=50.75%
B=24.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172381140.5100.520.07118.5578.4869.02
Hex75EE72330347774e45
Octal165356162630647167116105
Binary11101011110111011100101100110110100111111011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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