#75C974

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

Shades of Pastel Green #75C974

Tints of Pastel Green #75C974

Color information

#75C974 (or 0x75C974) is unknown color: approx Pastel Green. HEX triplet: 75, C9 and 74. RGB value is (117,201,116). Sum of RGB (Red+Green+Blue) = 117+201+116=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #75C974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C974 is #8A368B. Grayscale: #A6A6A6. Windows color (decimal): -9057932 or 7653749. OLE color: 7653749.

HSL color Cylindrical-coordinate representation of color #75C974: hue angle of 119.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C974 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB117201116-
CMYK0.4200.420.21
HSL119.29º44.04%62.16%-
HSV(B)119.29º42.29%78.82%-
XYZ31.3846.8223.91-
YUV166.1999.6792.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 201 (78.91% from 255) = 46.31%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=26.96%
G=46.31%
B=26.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172011160.4200.420.21119.2944.0462.16
Hex75C9742A02A15772c3e
Octal16531116452052251675476
Binary11101011100100111101001010100101010101011110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,201,116); }

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

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

 a { background-color: rgb(117,201,116); }

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

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

 span { border-color: rgb(117,201,116); }

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