#75BE7C

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

Shades of De York #75BE7C

Tints of De York #75BE7C

Color information

#75BE7C (or 0x75BE7C) is unknown color: approx De York. HEX triplet: 75, BE and 7C. RGB value is (117,190,124). Sum of RGB (Red+Green+Blue) = 117+190+124=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE7C is #8A4183. Grayscale: #A0A0A0. Windows color (decimal): -9060740 or 8175221. OLE color: 8175221.

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

Color convert

RGB117190124-
CMYK0.3800.350.25
HSL125.75º35.96%60.2%-
HSV(B)125.75º38.42%74.51%-
XYZ29.3942.0625.64-
YUV160.65107.3296.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=27.15%
G=44.08%
B=28.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901240.3800.350.25125.7535.9660.2
Hex75BE7C26023197e243c
Octal16527617446043311764474
Binary11101011011111011111001001100100011110011111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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