#75CA82

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

Shades of De York #75CA82

Tints of De York #75CA82

Color information

#75CA82 (or 0x75CA82) is unknown color: approx De York. HEX triplet: 75, CA and 82. RGB value is (117,202,130). Sum of RGB (Red+Green+Blue) = 117+202+130=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CA82 is #8A357D. Grayscale: #A8A8A8. Windows color (decimal): -9057662 or 8571509. OLE color: 8571509.

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

Color convert

RGB117202130-
CMYK0.4200.360.21
HSL129.18º44.5%62.55%-
HSV(B)129.18º42.08%79.22%-
XYZ32.4947.6328.6-
YUV168.38106.3491.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=26.06%
G=44.99%
B=28.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021300.4200.360.21129.1844.562.55
Hex75CA822A02415812d3f
Octal16531220252044252015577
Binary1110101110010101000001010101001001001010110000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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