#75BF7C

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

Shades of De York #75BF7C

Tints of De York #75BF7C

Color information

#75BF7C (or 0x75BF7C) is unknown color: approx De York. HEX triplet: 75, BF and 7C. RGB value is (117,191,124). Sum of RGB (Red+Green+Blue) = 117+191+124=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF7C is #8A4083. Grayscale: #A1A1A1. Windows color (decimal): -9060484 or 8175477. OLE color: 8175477.

HSL color Cylindrical-coordinate representation of color #75BF7C: hue angle of 125.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF7C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB117191124-
CMYK0.3900.350.25
HSL125.68º36.63%60.39%-
HSV(B)125.68º38.74%74.9%-
XYZ29.6142.525.71-
YUV161.24106.9896.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=27.08%
G=44.21%
B=28.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911240.3900.350.25125.6836.6360.39
Hex75BF7C27023197e253c
Octal16527717447043311764574
Binary11101011011111111111001001110100011110011111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,124); }

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

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

 a { background-color: rgb(117,191,124); }

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

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

 span { border-color: rgb(117,191,124); }

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