#75CC82

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

Shades of De York #75CC82

Tints of De York #75CC82

Color information

#75CC82 (or 0x75CC82) is unknown color: approx De York. HEX triplet: 75, CC and 82. RGB value is (117,204,130). Sum of RGB (Red+Green+Blue) = 117+204+130=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC82 is #8A337D. Grayscale: #A9A9A9. Windows color (decimal): -9057150 or 8572021. OLE color: 8572021.

HSL color Cylindrical-coordinate representation of color #75CC82: hue angle of 128.97º 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 #75CC82 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB117204130-
CMYK0.4300.360.2
HSL128.97º46.03%62.94%-
HSV(B)128.97º42.65%80%-
XYZ32.9648.5828.76-
YUV169.55105.6890.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=25.94%
G=45.23%
B=28.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041300.4300.360.2128.9746.0362.94
Hex75CC822B02414812e3f
Octal16531420253044242015677
Binary1110101110011001000001010101101001001010010000001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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