#75C584

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

Shades of De York #75C584

Tints of De York #75C584

Color information

#75C584 (or 0x75C584) is unknown color: approx De York. HEX triplet: 75, C5 and 84. RGB value is (117,197,132). Sum of RGB (Red+Green+Blue) = 117+197+132=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #75C584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C584 is #8A3A7B. Grayscale: #A5A5A5. Windows color (decimal): -9058940 or 8701301. OLE color: 8701301.

HSL color Cylindrical-coordinate representation of color #75C584: hue angle of 131.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 #75C584 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB117197132-
CMYK0.4100.330.23
HSL131.25º40.82%61.57%-
HSV(B)131.25º40.61%77.25%-
XYZ31.4745.3828.93-
YUV165.6710993.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=26.23%
G=44.17%
B=29.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171971320.4100.330.23131.2540.8261.57
Hex75C584290211783293e
Octal16530520451041272035176
Binary1110101110001011000010010100101000011011110000011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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