#75CA71

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

Shades of Pastel Green #75CA71

Tints of Pastel Green #75CA71

Color information

#75CA71 (or 0x75CA71) is unknown color: approx Pastel Green. HEX triplet: 75, CA and 71. RGB value is (117,202,113). Sum of RGB (Red+Green+Blue) = 117+202+113=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA71 is #8A358E. Grayscale: #A6A6A6. Windows color (decimal): -9057679 or 7457397. OLE color: 7457397.

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

Color convert

RGB117202113-
CMYK0.4200.440.21
HSL117.3º45.64%61.76%-
HSV(B)117.3º44.06%79.22%-
XYZ31.4447.2223.08-
YUV166.4497.8492.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=27.08%
G=46.76%
B=26.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021130.4200.440.21117.345.6461.76
Hex75CA712A02C15752e3e
Octal16531216152054251655676
Binary11101011100101011100011010100101100101011110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,113); }

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

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

 a { background-color: rgb(117,202,113); }

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

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

 span { border-color: rgb(117,202,113); }

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