#75C885

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

Shades of De York #75C885

Tints of De York #75C885

Color information

#75C885 (or 0x75C885) is unknown color: approx De York. HEX triplet: 75, C8 and 85. RGB value is (117,200,133). Sum of RGB (Red+Green+Blue) = 117+200+133=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #75C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C885 is #8A377A. Grayscale: #A7A7A7. Windows color (decimal): -9058171 or 8767605. OLE color: 8767605.

HSL color Cylindrical-coordinate representation of color #75C885: hue angle of 131.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C885 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB117200133-
CMYK0.4200.340.22
HSL131.57º43.01%62.16%-
HSV(B)131.57º41.5%78.43%-
XYZ32.2246.7829.52-
YUV167.54108.591.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 200 (78.52% from 255) = 44.44%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=26%
G=44.44%
B=29.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1172001330.4200.340.22131.5743.0162.16
Hex75C8852A02216842b3e
Octal16531020552042262045376
Binary1110101110010001000010110101001000101011010000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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