#75E76F

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

Shades of Pastel Green #75E76F

Tints of Pastel Green #75E76F

Color information

#75E76F (or 0x75E76F) is unknown color: approx Pastel Green. HEX triplet: 75, E7 and 6F. RGB value is (117,231,111). Sum of RGB (Red+Green+Blue) = 117+231+111=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #75E76F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E76F is #8A1890. Grayscale: #B7B7B7. Windows color (decimal): -9050257 or 7333749. OLE color: 7333749.

HSL color Cylindrical-coordinate representation of color #75E76F: hue angle of 117º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75E76F is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB117231111-
CMYK0.4900.520.09
HSL117º71.43%67.06%-
HSV(B)117º51.95%90.59%-
XYZ38.7862.0824.98-
YUV183.2387.2380.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 231 (90.62% from 255) = 50.33%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=25.49%
G=50.33%
B=24.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311110.4900.520.0911771.4367.06
Hex75E76F310349754743
Octal1653471576106411165107103
Binary111010111100111110111111000101101001001111010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,231,111); }

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

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

 a { background-color: rgb(117,231,111); }

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

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

 span { border-color: rgb(117,231,111); }

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