#75C97F

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

Shades of De York #75C97F

Tints of De York #75C97F

Color information

#75C97F (or 0x75C97F) is unknown color: approx De York. HEX triplet: 75, C9 and 7F. RGB value is (117,201,127). Sum of RGB (Red+Green+Blue) = 117+201+127=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #75C97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C97F is #8A3680. Grayscale: #A7A7A7. Windows color (decimal): -9057921 or 8374645. OLE color: 8374645.

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

Color convert

RGB117201127-
CMYK0.4200.370.21
HSL127.14º43.75%62.35%-
HSV(B)127.14º41.79%78.82%-
XYZ32.0547.0927.48-
YUV167.45105.1792.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 201 (78.91% from 255) = 45.17%
BLUE value IS 127 (50% from 255) = 28.54%
R=26.29%
G=45.17%
B=28.54%

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
Decimal1172011270.4200.370.21127.1443.7562.35
Hex75C97F2A025157f2c3e
Octal16531117752045251775476
Binary11101011100100111111111010100100101101011111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,201,127); }

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

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

 a { background-color: rgb(117,201,127); }

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

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

 span { border-color: rgb(117,201,127); }

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