#75CD73

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

Shades of Pastel Green #75CD73

Tints of Pastel Green #75CD73

Color information

#75CD73 (or 0x75CD73) is unknown color: approx Pastel Green. HEX triplet: 75, CD and 73. RGB value is (117,205,115). Sum of RGB (Red+Green+Blue) = 117+205+115=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD73 is #8A328C. Grayscale: #A8A8A8. Windows color (decimal): -9056909 or 7589237. OLE color: 7589237.

HSL color Cylindrical-coordinate representation of color #75CD73: hue angle of 118.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75CD73 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB117205115-
CMYK0.4300.440.20
HSL118.67º47.37%62.75%-
HSV(B)118.67º43.9%80.39%-
XYZ32.2648.6823.92-
YUV168.4397.8591.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=26.77%
G=46.91%
B=26.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051150.4300.440.20118.6747.3762.75
Hex75CD732B02C14772f3f
Octal16531516353054241675777
Binary11101011100110111100111010110101100101001110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,115); }

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

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

 a { background-color: rgb(117,205,115); }

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

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

 span { border-color: rgb(117,205,115); }

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