#75EB7C

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

Shades of Pastel Green #75EB7C

Tints of Pastel Green #75EB7C

Color information

#75EB7C (or 0x75EB7C) is unknown color: approx Pastel Green. HEX triplet: 75, EB and 7C. RGB value is (117,235,124). Sum of RGB (Red+Green+Blue) = 117+235+124=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #75EB7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EB7C is #8A1483. Grayscale: #BBBBBB. Windows color (decimal): -9049220 or 8186741. OLE color: 8186741.

HSL color Cylindrical-coordinate representation of color #75EB7C: hue angle of 123.56º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EB7C is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB117235124-
CMYK0.5000.470.08
HSL123.56º74.68%69.02%-
HSV(B)123.56º50.21%92.16%-
XYZ40.6864.6529.4-
YUV187.0692.4178.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 235 (92.19% from 255) = 49.37%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=24.58%
G=49.37%
B=26.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172351240.5000.470.08123.5674.6869.02
Hex75EB7C3202F87c4b45
Octal1653531746205710174113105
Binary111010111101011111110011001001011111000111110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,235,124); }

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

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

 a { background-color: rgb(117,235,124); }

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

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

 span { border-color: rgb(117,235,124); }

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