#75CC85

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

Shades of De York #75CC85

Tints of De York #75CC85

Color information

#75CC85 (or 0x75CC85) is unknown color: approx De York. HEX triplet: 75, CC and 85. RGB value is (117,204,133). Sum of RGB (Red+Green+Blue) = 117+204+133=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC85 is #8A337A. Grayscale: #AAAAAA. Windows color (decimal): -9057147 or 8768629. OLE color: 8768629.

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

Color convert

RGB117204133-
CMYK0.4300.350.2
HSL131.03º46.03%62.94%-
HSV(B)131.03º42.65%80%-
XYZ33.1648.6629.83-
YUV169.89107.1890.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=25.77%
G=44.93%
B=29.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041330.4300.350.2131.0346.0362.94
Hex75CC852B02314832e3f
Octal16531420553043242035677
Binary1110101110011001000010110101101000111010010000011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,133); }

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

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

 a { background-color: rgb(117,204,133); }

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

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

 span { border-color: rgb(117,204,133); }

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