#75C57C

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

Shades of De York #75C57C

Tints of De York #75C57C

Color information

#75C57C (or 0x75C57C) is unknown color: approx De York. HEX triplet: 75, C5 and 7C. RGB value is (117,197,124). Sum of RGB (Red+Green+Blue) = 117+197+124=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #75C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C57C is #8A3A83. Grayscale: #A4A4A4. Windows color (decimal): -9058948 or 8177013. OLE color: 8177013.

HSL color Cylindrical-coordinate representation of color #75C57C: hue angle of 125.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C57C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB117197124-
CMYK0.4100.370.23
HSL125.25º40.82%61.57%-
HSV(B)125.25º40.61%77.25%-
XYZ30.9445.1726.16-
YUV164.7610593.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=26.71%
G=44.98%
B=28.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171971240.4100.370.23125.2540.8261.57
Hex75C57C29025177d293e
Octal16530517451045271755176
Binary11101011100010111111001010010100101101111111101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,197,124); }

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

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

 a { background-color: rgb(117,197,124); }

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

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

 span { border-color: rgb(117,197,124); }

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