#75C178

Color #75C178 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #75C178

Tints of De York #75C178

Color information

#75C178 (or 0x75C178) is unknown color: approx De York. HEX triplet: 75, C1 and 78. RGB value is (117,193,120). Sum of RGB (Red+Green+Blue) = 117+193+120=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #75C178 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C178 is #8A3E87. Grayscale: #A2A2A2. Windows color (decimal): -9059976 or 7913845. OLE color: 7913845.

HSL color Cylindrical-coordinate representation of color #75C178: hue angle of 122.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C178 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB117193120-
CMYK0.3900.380.24
HSL122.37º38%60.78%-
HSV(B)122.37º39.38%75.69%-
XYZ29.843.2824.55-
YUV161.95104.3295.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=27.21%
G=44.88%
B=27.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931200.3900.380.24122.373860.78
Hex75C17827026187a263d
Octal16530117047046301724675
Binary11101011100000111110001001110100110110001111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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