#75CE89

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

Shades of De York #75CE89

Tints of De York #75CE89

Color information

#75CE89 (or 0x75CE89) is unknown color: approx De York. HEX triplet: 75, CE and 89. RGB value is (117,206,137). Sum of RGB (Red+Green+Blue) = 117+206+137=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CE89 is #8A3176. Grayscale: #ABABAB. Windows color (decimal): -9056631 or 9031285. OLE color: 9031285.

HSL color Cylindrical-coordinate representation of color #75CE89: hue angle of 133.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CE89 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB117206137-
CMYK0.4300.330.19
HSL133.48º47.59%63.33%-
HSV(B)133.48º43.2%80.78%-
XYZ33.9249.7331.48-
YUV171.52108.5189.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=25.43%
G=44.78%
B=29.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061370.4300.330.19133.4847.5963.33
Hex75CE892B0211385303f
Octal16531621153041232056077
Binary1110101110011101000100110101101000011001110000101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,206,137); }

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

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

 a { background-color: rgb(117,206,137); }

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

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

 span { border-color: rgb(117,206,137); }

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