#75CA80

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

Shades of De York #75CA80

Tints of De York #75CA80

Color information

#75CA80 (or 0x75CA80) is unknown color: approx De York. HEX triplet: 75, CA and 80. RGB value is (117,202,128). Sum of RGB (Red+Green+Blue) = 117+202+128=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CA80 is #8A357F. Grayscale: #A8A8A8. Windows color (decimal): -9057664 or 8440437. OLE color: 8440437.

HSL color Cylindrical-coordinate representation of color #75CA80: hue angle of 127.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA80 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB117202128-
CMYK0.4200.370.21
HSL127.76º44.5%62.55%-
HSV(B)127.76º42.08%79.22%-
XYZ32.3547.5827.9-
YUV168.15105.3491.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=26.17%
G=45.19%
B=28.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021280.4200.370.21127.7644.562.55
Hex75CA802A02515802d3f
Octal16531220052045252005577
Binary1110101110010101000000010101001001011010110000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,128); }

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

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

 a { background-color: rgb(117,202,128); }

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

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

 span { border-color: rgb(117,202,128); }

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