#75F478

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

Shades of Pastel Green #75F478

Tints of Pastel Green #75F478

Color information

#75F478 (or 0x75F478) is unknown color: approx Pastel Green. HEX triplet: 75, F4 and 78. RGB value is (117,244,120). Sum of RGB (Red+Green+Blue) = 117+244+120=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #75F478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F478 is #8A0B87. Grayscale: #C0C0C0. Windows color (decimal): -9046920 or 7926901. OLE color: 7926901.

HSL color Cylindrical-coordinate representation of color #75F478: hue angle of 121.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F478 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB117244120-
CMYK0.5200.510.04
HSL121.42º85.23%70.78%-
HSV(B)121.42º52.05%95.69%-
XYZ43.0869.8428.98-
YUV191.8987.4274.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 244 (95.70% from 255) = 50.73%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=24.32%
G=50.73%
B=24.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172441200.5200.510.04121.4285.2370.78
Hex75F478340334795547
Octal165364170640634171125107
Binary11101011111010011110001101000110011100111100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,244,120); }

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

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

 a { background-color: rgb(117,244,120); }

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

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

 span { border-color: rgb(117,244,120); }

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