#75CF86

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

Shades of De York #75CF86

Tints of De York #75CF86

Color information

#75CF86 (or 0x75CF86) is unknown color: approx De York. HEX triplet: 75, CF and 86. RGB value is (117,207,134). Sum of RGB (Red+Green+Blue) = 117+207+134=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CF86 is #8A3079. Grayscale: #ABABAB. Windows color (decimal): -9056378 or 8834933. OLE color: 8834933.

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

Color convert

RGB117207134-
CMYK0.4300.350.19
HSL131.33º48.39%63.53%-
HSV(B)131.33º43.48%81.18%-
XYZ33.9550.1330.44-
YUV171.77106.6888.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 207 (81.25% from 255) = 45.20%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=25.55%
G=45.20%
B=29.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172071340.4300.350.19131.3348.3963.53
Hex75CF862B02313833040
Octal165317206530432320360100
Binary11101011100111110000110101011010001110011100000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,207,134); }

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

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

 a { background-color: rgb(117,207,134); }

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

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

 span { border-color: rgb(117,207,134); }

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